Was this helpful?
Move the specified RAS logon hours setting up or down.
RAS Logon Hour ID
Update the priority order of a logon hours
Move Direction.
0 = Up,1 = Down
curl -L \ --request PUT \ --url '/api/LogonHours/{id}/order' \ --header 'Content-Type: application/json; api-version=1.0' \ --data '{ "direction": [ "0 = Up", "1 = Down" ] }'
No Content