POST content/upload/{uploadId}/finalize

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.

Example

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 Content

Security

Authentication is required, and the upload must have been initiated by this user.

URL Parameters

NameDescriptionValue
uploadIdthe ID of the upload session, as a GUID with dashesstring

Query Parameters

NONE

Request Body

No additional information is required.

Response

Successful responses are code 204.

Failure cases:

Response Body

NONE