v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
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"
}