PUT
/
brain
/
{brain_id}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

brain_id
string
required

Body

application/json
name
string
required

Updated name of the brain

Response

200 - application/json
active_features
object | null

Active features of the brain. Currently used internally

brain_id
string

Unique identifier for the brain

created_on
number

Timestamp when the brain was created

description
string

Description of the brain

document_count
integer

Number of documents in the brain

id
string

Unique identifier for the brain (same as brain_id)

language_code
string

Language code of the brain

metadata_schema
object | null

Metadata schema for the brain

org_uuid
string

Unique identifier for the organization

storage_bytes
integer

Total storage size of the brain in bytes

supp_id
string

Supplementary identifier for the brain

title
string

Title or name of the brain

type
string

Type of the brain (e.g., unstructured, structured)

updated_on
number

Timestamp when the brain was last updated