v34

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215423105.7 KB

Update a Context

put/v1/contexts/{id}

Path parameters

idstring required

Response

The request has succeeded.

idstring required
uploadUrlstring required

An upload URL to upload a custom user-data-directory.

publicKeystring required

The public key to encrypt the user-data-directory.

cipherAlgorithmstring required

The cipher algorithm used to encrypt the user-data-directory. AES-256-CBC is currently the only supported algorithm.

initializationVectorSizeinteger required

The initialization vector size used to encrypt the user-data-directory. Read more about how to use it.