Creates a project comment attachment upload and returns Presigned URLs for uploading its parts. Parts are generated in 100 MB chunks, and the maximum attachment size is 1 GB.
An upload that is not attached to a comment becomes eligible for automatic cleanup 24 hours after it is created.
Managed CLI upload
The SDK commentAttachments.uploadForProject helper and CLI youvico comment-attachment upload command both run the full multipart workflow, so the CLI example below does not call this endpoint alone.
Start Project Comment Attachment Upload Tier 3
Creates a project comment attachment upload and returns Presigned URLs for uploading its parts. Parts are generated in 100 MB chunks, and the maximum attachment size is 1 GB.
An upload that is not attached to a comment becomes eligible for automatic cleanup 24 hours after it is created.
Managed CLI upload
The SDK
commentAttachments.uploadForProjecthelper and CLIyouvico comment-attachment uploadcommand both run the full multipart workflow, so the CLI example below does not call this endpoint alone.Example
Request
Path
idstringrequiredBody
namestringrequired1-255 characters
sizenumberrequired1-1000000000
Response
Returns
201 Created.dataobjectdata.idstringExample:
CA1234567890ABCDdata.partsarraydata.parts[].partNumbernumberExample:
1data.parts[].urlstringExample:
https://example.com/upload/1