Skip to main content

Update Organization Data

POST 

/v1/organization/update

⚠️ WARNING

This endpoint is unstable & not officially supported. It may be deprecated and removed in future API versions.

Update Organization Data

Request

Body

required

    organization_id Organization Id (string)required

    Organization ID

    new_organization_nickname

    object

    The new nickname for the organization.

    anyOf

    string

    new_organization_type

    object

    The new organization type

    anyOf

    string

    new_organization_slug

    object

    A new organization slug

    anyOf

    string

    new_organization_description

    object

    A new description for the organization.

    anyOf

    string

    Possible values: <= 512 characters

    new_organization_logo_url

    object

    A new logo for the organization.

    anyOf

    string

    Possible values: <= 512 characters

    new_organization_website

    object

    A new website for the organization.

    anyOf

    string

    Possible values: <= 255 characters

    ai_subprocessor

    object

    The AI subprocessor for the organization.

    anyOf

    string

    Possible values: [openai, aws-bedrock]

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...