createCommentAttachmentSignedUrl
POST/comments/:commentId/attachment-upload-url
Returns a signed, temporary bucket url to upload an file for a comment
Request
Responses
- 200
- default
A signed, temporary bucket url to upload an file for a comment. Valid for 15 minutes. To upload a file send a PUT request adding the file as form data. The file will be uploaded to the bucket and the url will be returned in the response.
Unexpected error