Skip to main content

Update Organization

PUT 

/api/v1/organizations/:organization_id

Update an existing organization.

Request

Path Parameters

    organization_id uuidrequired

Cookie Parameters

    session any

Body

required

    name

    object

    A name for the organization.

    anyOf

    string

    Possible values: non-empty and <= 3000 characters

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    Possible values: non-empty and <= 3000 characters

    A name for the organization.

Loading...