Order
Move the specified RAS logon hours setting up or down.
Path parameters
idinteger · int32Required
RAS Logon Hour ID
Body
Update the priority order of a logon hours
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/LogonHours/{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
Last updated
Was this helpful?