cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/attachments/{id} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "data": {}, "type": "<string>", "name": "<string>" } '
{ "data": { "id": "<string>", "data": {}, "type": "<string>", "name": "<string>" }, "success": true }
Attachment is uniquely identified by id
The number of levels of related objects to include in the response
Attachment has Data
Attachment has Attachment Type
1
Attachment has Name
Attachment Updated
Show child attributes