@@ -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
0 commit comments