diff --git a/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h b/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h index 893ae1f48..ce1865e0c 100644 --- a/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h +++ b/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h @@ -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": +/// --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 @@ -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": +/// --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 diff --git a/spec b/spec index 8857713f7..85c818f60 160000 --- a/spec +++ b/spec @@ -1 +1 @@ -Subproject commit 8857713f7d1aef703da1832520a6ec275ebff60c +Subproject commit 85c818f60ef2afd5acf469cea0683183da8958a3