Create a file attachment
POST/media/:mediaId/attachments
Upload multiple file attachments to a Media
asset. The response includes an uploadUrl
for direct file upload. To check the file size limit and which file extensions are allowed, use the Get tenant settings endpoint and refer to the systemSettings.fileAttachmentSizeLimit
and systemSettings.fileAttachmentAllowedExtensions
fields in the response.
Request
Responses
- 201
- 400
- 404
- default
Successful response.
Error Response
Error Response
Error Response