Response Body Content
Here are the examples.
{
"attachmentId": 360,
"links": [
{
"rel": "self",
"href": "/api/v1/attachments/360",
"action": "GET",
"types": "\"text/xml\",\"application/json\""
},
{
"rel": "update",
"href": "/api/v1/attachments/360",
"action": "PUT",
"types": "\"text/xml\",\"application/json\""
},
{
"rel": "commit",
"href": "/api/v1/attachments/360",
"action": "PATCH",
"types": "\"text/xml\",\"application/json\""
},
{
"rel": "addAttachmentFile",
"href": "/api/v1/attachments/360/attachmentFiles",
"action": "POST",
"types": "application/json"
}
]
}
{
"attachmentId": 360,
"attachmentFileId": 255,
"isCommitted": false,
"links": [
{
"rel": "self",
"href": "/api/v1/attachments/360/attachmentFiles/255",
"action": "GET",
"types": "\"text/xml\",\"application/json\""
},
{
"rel": "update",
"href": "/api/v1/attachments/360/attachmentFiles/255",
"action": "PUT",
"types": "\"text/xml\",\"application/json\""
},
{
"rel": "delete",
"href": "/api/v1/attachments/360/attachmentFiles/255",
"action": "DELETE",
"types": "application/json"
}
]
}
Updated 17 days ago