diff --git a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java index 3e822b481..bfe82d1ff 100644 --- a/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java +++ b/core/build/generated_stone_source/main/src/com/dropbox/core/v2/files/DbxUserFilesRequests.java @@ -1771,8 +1771,7 @@ public GetTemporaryLinkResult getTemporaryLink(String path) throws GetTemporaryL * exist for a specific upload path at any given time. The POST request on * the temporary upload link must have its Content-Type set to * "application/octet-stream". Example temporary upload link consumption - * request: curl -X POST - * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * request: curl -X POST <temporary_upload_link_url> --header * "Content-Type: application/octet-stream" --data-binary @local_file.txt A * successful temporary upload link consumption request returns the content * hash of the uploaded data in JSON format. Example successful temporary @@ -1818,8 +1817,7 @@ GetTemporaryUploadLinkResult getTemporaryUploadLink(GetTemporaryUploadLinkArg ar * exist for a specific upload path at any given time. The POST request on * the temporary upload link must have its Content-Type set to * "application/octet-stream". Example temporary upload link consumption - * request: curl -X POST - * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * request: curl -X POST <temporary_upload_link_url> --header * "Content-Type: application/octet-stream" --data-binary @local_file.txt A * successful temporary upload link consumption request returns the content * hash of the uploaded data in JSON format. Example successful temporary @@ -1864,8 +1862,7 @@ public GetTemporaryUploadLinkResult getTemporaryUploadLink(CommitInfo commitInfo * exist for a specific upload path at any given time. The POST request on * the temporary upload link must have its Content-Type set to * "application/octet-stream". Example temporary upload link consumption - * request: curl -X POST - * https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header + * request: curl -X POST <temporary_upload_link_url> --header * "Content-Type: application/octet-stream" --data-binary @local_file.txt A * successful temporary upload link consumption request returns the content * hash of the uploaded data in JSON format. Example successful temporary diff --git a/core/src/main/stone b/core/src/main/stone index 8857713f7..85c818f60 160000 --- a/core/src/main/stone +++ b/core/src/main/stone @@ -1 +1 @@ -Subproject commit 8857713f7d1aef703da1832520a6ec275ebff60c +Subproject commit 85c818f60ef2afd5acf469cea0683183da8958a3