v50

latestSwagger 2.0MITraw.githubusercontent.com2026-07-15422691.7 KB
client

Elevate a client session.

Requires elevated authentication.

post/client/{id}/elevate

Path parameters

idinteger required

the client id

Request body

durationSecondsinteger required

How long the elevation should last, in seconds.

Example request

{
  "durationSeconds": 900
}

Response

Ok