v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBCreate Priority
This API call adds a new priority to a specific channel.
post/v1/priority
Request body
Response
200
Example response
{
"id": 12345,
"name": "High Priority",
"channelId": 1234,
"weight": 10
}