PUT
/
v1
/
contexts
/
{id}
curl --request PUT \
  --url https://api.browserbase.com/v1/contexts/{id} \
  --header 'X-BB-API-Key: <api-key>'
{
  "id": "<string>",
  "uploadUrl": "<string>",
  "publicKey": "<string>",
  "cipherAlgorithm": "<string>",
  "initializationVectorSize": 123
}

Authorizations

X-BB-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

The request has succeeded.

The response is of type object.