Confirm/finalize a 'file' custom-field upload
POST/v1/attachments/custom-field-file-url
Validates a file uploaded via the presigned URL from GetCustomFieldFileUploadURL against the declared size/type policy, and if valid, records it as an Attachment. Rejects (400) and deletes from S3 a file exceeding the max size or of a disallowed type.
Request
Responses
- 200
- 400
- 500
OK
Bad Request
Internal Server Error