Finalize an upload session. This signals to the API that all files have been uploaded to the appropriate paths in the file store and it should proceed to verify and complete the upload.
POST /api/v1/content/upload/c1a50a88-0441-4c71-b581-0207f4906c49/finalize HTTP/1.1
Content-Type: application/json
Authorization: Bearer ...
{}
----------------------------------------
HTTP/1.1 204 No ContentAuthentication is required, and the upload must have been initiated by this user.
| Name | Description | Value |
|---|---|---|
| uploadId | the ID of the upload session, as a GUID with dashes | string |
NONE
No additional information is required.
Successful responses are code 204.
Failure cases:
NONE