Order

Update Order

put

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 · enumRequired

Move Direction.

Possible values:
Responses
204
No Content
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?