You are here: Communications Cloud API v1 > Resources > Bulletins > Update a Bulletin Attachment

Update a Bulletin Attachment

PUT to /api/account/ACCOUNT_CODE/bulletins/BULLETIN_ID/files/ATTACHMENT_ID

Example Input

The following example is in Curl.

Sample successful request (say saved in file update_attachment.xml and using command : curl -k --header "Content-Type: text/xml" --user <USER_NAME>:<PASSWORD> -X PUT -d @attachment.xml:

<bulletin_file>
   <deliver type='boolean'>false</deliver>
</bulletin_file>
Delivering Attachments

When using the multipart input form, attachments are included as links to files hosted on our servers by default. If you'd like actually include the attachment as a file with the bulletin, you can use the following attributes.

Troubleshooting

Reference bulletin error codes

 

Was this page helpful? Can't find what you need? Let us know