v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBUpdate Priority
This API call updates an existing priority using the Priority ID. The user is unable to update the PriorityID or the SelectionAlgorithm.
put/v1/priority/{PriorityID}
Path parameters
priorityIdinteger required
The Priority's ID
Request body
Response
200
Example response
{
"id": 98765,
"name": "High Priority",
"channelId": 12345,
"weight": 10
}