Skip to main content

Update your organization information

PATCH 

/api/organization

Updates your organization information

Request

Body

required
    name stringrequired

    The name of the organization

    description stringrequired

    The description of the organization

    avatar urlrequired

    The URL of the organization's avatar image.

    webhook urlrequired

    The webhook URL for the organization.

    confirmed_agreement_version integerrequired

    Last version of confirmed agreement

Responses

Successful operation

Schema
    id uuidrequired

    The unique ID of the organization.

    name stringrequired

    The name of the organization

    description stringrequired

    The description of the organization

    confirmed_agreement_version integerrequired

    Last version of confirmed agreement

    avatar urlrequired

    The URL of the organization's avatar image.

    webhook urlrequired

    The webhook URL for the organization.

    api_key stringrequired

    API key

Loading...