Completes a multipart upload for a comment attachment.
Only the user who started the upload can complete it.
Managed CLI upload
The SDK upload helpers and CLI youvico comment-attachment upload command both run the full multipart workflow, so the CLI example below does not call this endpoint alone.
Complete Comment Attachment Upload Tier 4
Completes a multipart upload for a comment attachment.
Only the user who started the upload can complete it.
Managed CLI upload
The SDK upload helpers and CLI
youvico comment-attachment uploadcommand both run the full multipart workflow, so the CLI example below does not call this endpoint alone.Example
Request
Path
idstringrequiredBody
partsarrayrequiredAt least 1 item
parts[].partNumbernumberrequired1 or greater
Example:
1parts[].eTagstringrequired1-255 characters
Example:
etag-1Response
Returns
204 No Content.