Confirms that an individual upload part was transferred successfully.

Behavior: Records that the specified upload part has been successfully uploaded to the pre-signed URL. The ETag returned by the storage service after uploading the part data must be provided to verify integrity. Call this for each part after uploading it, before calling the complete-upload endpoint.

Authorization: Requires a valid Bearer token.

Side Effects: The part is marked as completed in the upload record.

Error Scenarios: Returns 400 if the ETag is missing or the request body is invalid. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the upload part to mark as complete.

Body Params

The completion details including the ETag from the storage upload response.

Represents a request to mark an individual upload part as completed by providing its verification tag.

string | null

Gets or sets the etag that was returned from the client upload

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

The upload part was confirmed successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json