Order
Increase or decrease the order for a specified RAS Client Policy.
Path parameters
idinteger · int32Required
RAS Client Policy ID
Body
Update the priority order of a client policy
directionstring · enumRequiredPossible values:
Move Direction.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
PUT /api/ClientPolicies/{id}/order HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 35
{
"direction": [
"0 = Up",
"1 = Down"
]
}
No content
Was this helpful?