Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,9 @@ NS_ASSUME_NONNULL_BEGIN
/// or expiration, a new link will have to be generated. Multiple links may 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 "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 upload link consumption response: {"content-hash":
/// <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 upload link consumption response: {"content-hash":
/// "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary upload link consumption request returns any of
/// the following status codes: HTTP 400 Bad Request: Content-Type is not one of application/octet-stream and
/// text/plain or request is invalid. HTTP 409 Conflict: The temporary upload link does not exist or is currently
Expand All @@ -1260,9 +1260,9 @@ NS_ASSUME_NONNULL_BEGIN
/// or expiration, a new link will have to be generated. Multiple links may 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 "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 upload link consumption response: {"content-hash":
/// <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 upload link consumption response: {"content-hash":
/// "599d71033d700ac892a0e48fa61b125d2f5994"} An unsuccessful temporary upload link consumption request returns any of
/// the following status codes: HTTP 400 Bad Request: Content-Type is not one of application/octet-stream and
/// text/plain or request is invalid. HTTP 409 Conflict: The temporary upload link does not exist or is currently
Expand Down
2 changes: 1 addition & 1 deletion spec
Submodule spec updated 1 files
+1 −1 files.stone
Loading