contacts

An API endpoint that allows attachments to be viewed, deleted or updated.

patch/contacts/{contact_pk}/attachments/{id}/

Request body

idinteger
namestring required
descriptionstring
filestring required

Url leading to the attachment file.

creatorinteger nullable
created_atstring date-time

Response

idinteger
namestring required
descriptionstring
filestring required

Url leading to the attachment file.

creatorinteger nullable
created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.