put https://example.com/comms-api/attachment/email/
Log in to see full request history
Responses
200This route does not return any Body
400throw if neither name
or file
was sent in the body.
404ID in the URL did not match any attachments
200This route does not return any Body
400throw if neither name
or file
was sent in the body.
404ID in the URL did not match any attachments
xxxxxxxxxx
curl --request PUT \
--url https://example.com/comms-api/attachment/email/id \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here!