curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/service/mute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration_hours": 123
}
'{
"ok": true,
"muted_until": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/service/mute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration_hours": 123
}
'{
"ok": true,
"muted_until": "<string>"
}Mutes service alerts for a charger for the specified duration. No new alert tickets will be created for this charger while muted.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.