curl --request POST \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket}/comments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>"
}
'{
"id": 123,
"body": "<string>",
"created_at": "<string>",
"user": {
"id": 123,
"name": "<string>",
"email": "<string>"
}
}curl --request POST \
--url https://app.plugchoice.com/api/v3/service/alerts/{ticket}/comments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>"
}
'{
"id": 123,
"body": "<string>",
"created_at": "<string>",
"user": {
"id": 123,
"name": "<string>",
"email": "<string>"
}
}Adds a comment to 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.