Api reference
POST Sessions Id Config
POST
/v1/sessions/{id}/configAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
configId*string
value*string
clientActionId?string|null
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/sessions/string/config" \ -H "Content-Type: application/json" \ -d '{ "configId": "string", "value": "string" }'{ "configId": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}