Parameter | Description |
---|---|
Incident ID | The ID of the incident. |
Link | The link to add to the incident. |
Title | The title to be displayed. |
{
"data": [
{
"type": "incident_attachments",
"id": "9041ab3f-ed3e-5995-82b5-9b8d3e55c47a",
"attributes": {
"modified": "2022-12-13T16:50:46.507189+00:00",
"attachment_type": "link",
"attachment": {
"documentUrl": "https://blinkops.com",
"title": "This is a test link"
}
},
"relationships": {
"last_modified_by_user": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002"
}
}
}
}
]
}
Was this page helpful?