Update 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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.