curl --request PATCH \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"severity": "<string>",
"status": "<string>",
"assigned_to": 123
}
'curl --request PATCH \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"severity": "<string>",
"status": "<string>",
"assigned_to": 123
}
'Updates the properties of a service alert ticket.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
null to clear.info, warning, critical.open, acknowledged, in_progress, resolved.null to unassign.