Skip to main content
POST
/
v3
/
service
/
alerts
/
{ticket}
/
resolve
Resolve Alert
curl --request POST \
  --url https://app.plugchoice.com/api/v3/service/alerts/{ticket}/resolve \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

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.

Marks a service alert ticket as resolved. The ticket must not already be resolved.
ticket
string
required
The UUID of the alert ticket.

Response

ok
boolean
true if the operation succeeded.