Skip to content

Commit 8ed9ebb

Browse files
Automated Spec Update (#423)
85c818f60ef2afd5acf469cea0683183da8958a3 Co-authored-by: dropbox-spec-updater[bot] <306253022+dropbox-spec-updater[bot]@users.noreply.github.com> Co-authored-by: dropbox-sdk-updater[bot] <306210582+dropbox-sdk-updater[bot]@users.noreply.github.com>
1 parent ca7eb10 commit 8ed9ebb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,9 +1231,9 @@ NS_ASSUME_NONNULL_BEGIN
12311231
/// or expiration, a new link will have to be generated. Multiple links may exist for a specific upload path at any
12321232
/// given time. The POST request on the temporary upload link must have its Content-Type set to
12331233
/// "application/octet-stream". Example temporary upload link consumption request: curl -X POST
1234-
/// https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header "Content-Type: application/octet-stream"
1235-
/// --data-binary @local_file.txt A successful temporary upload link consumption request returns the content hash of
1236-
/// the uploaded data in JSON format. Example successful temporary upload link consumption response: {"content-hash":
1234+
/// <temporary_upload_link_url> --header "Content-Type: application/octet-stream" --data-binary @local_file.txt A
1235+
/// successful temporary upload link consumption request returns the content hash of the uploaded data in JSON format.
1236+
/// Example successful temporary upload link consumption response: {"content-hash":
12371237
/// "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary upload link consumption request returns any of
12381238
/// the following status codes: HTTP 400 Bad Request: Content-Type is not one of application/octet-stream and
12391239
/// text/plain or request is invalid. HTTP 409 Conflict: The temporary upload link does not exist or is currently
@@ -1260,9 +1260,9 @@ NS_ASSUME_NONNULL_BEGIN
12601260
/// or expiration, a new link will have to be generated. Multiple links may exist for a specific upload path at any
12611261
/// given time. The POST request on the temporary upload link must have its Content-Type set to
12621262
/// "application/octet-stream". Example temporary upload link consumption request: curl -X POST
1263-
/// https://content.dropboxapi.com/apitul/1/bNi2uIYF51cVBND --header "Content-Type: application/octet-stream"
1264-
/// --data-binary @local_file.txt A successful temporary upload link consumption request returns the content hash of
1265-
/// the uploaded data in JSON format. Example successful temporary upload link consumption response: {"content-hash":
1263+
/// <temporary_upload_link_url> --header "Content-Type: application/octet-stream" --data-binary @local_file.txt A
1264+
/// successful temporary upload link consumption request returns the content hash of the uploaded data in JSON format.
1265+
/// Example successful temporary upload link consumption response: {"content-hash":
12661266
/// "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary upload link consumption request returns any of
12671267
/// the following status codes: HTTP 400 Bad Request: Content-Type is not one of application/octet-stream and
12681268
/// text/plain or request is invalid. HTTP 409 Conflict: The temporary upload link does not exist or is currently

spec

Submodule spec updated 1 file

0 commit comments

Comments
 (0)