Alerts
Add attachment to alert
Adds a file attachment to an alert.
post/api/{cloudId}/v1/alerts/{alertId}/attachments
Path parameters
cloudIdstring required
The cloud ID of the Jira instance.
alertIdstring required
The ID of the alert.
Response
Returned if the attachment is successfully added.
Example response
{
"id": "1234567890",
"attachmentName": "error_log.txt",
"insertedAt": "2024-01-05T07:06:47.958Z"
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○