Acontext
SessionSession_idConfigs

Update session configs

PUT
/session/{session_id}/configs

Update session configs by id

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Path Parameters

session_id*string

Session ID

Formatuuid

Request Body

application/json

UpdateSessionConfigs payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://loading/api/v1/session/497f6eca-6276-4993-bfeb-53cbbbba6f08/configs" \  -H "Content-Type: application/json" \  -d '{}'
{
  "code": 0,
  "error": "string",
  "msg": "string"
}