LLM-readable documentation index
ApiV3GeneratedBuckets

Update a Bucket

Hand off to an LLM
PATCH
/v3/buckets/{bucketID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

bucketID*string

Bucket public ID (bkt_...).

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.bem.ai/v3/buckets/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "bucketID": "string",
  "name": "string",
  "description": "string",
  "isDefault": true,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}