Skip to main content

Upsert Organization

PUT 

/api/v1/organizations

Upsert a new organization.

Request

Cookie Parameters

    session any

Body

required

    name Name (string)required

    Possible values: non-empty and <= 3000 characters

    A name for the organization.

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...