Toggle state of a connection
Updates the state of a connection to either start or stop a session. This can be used for all kinds of services and tunnels.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredstate
RequiredbooleanThe state to switch to
connection
RequiredstringThe connection uuid
The request was successful. The connection state was updated.