curl --request POST \
--url https://app.plugchoice.com/api/v3/service/alerts/bulk-resolve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_ids": [
"<string>"
]
}
'{
"ok": true,
"count": 123
}curl --request POST \
--url https://app.plugchoice.com/api/v3/service/alerts/bulk-resolve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_ids": [
"<string>"
]
}
'{
"ok": true,
"count": 123
}Resolves multiple service alert tickets in a single request.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.
true if the operation succeeded.