Skip to main content

Update an organization

PUT 

/api/web/v1/organizations/:id

Update the specified organization. Caller requires the ORGANIZATIONS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the organization to be modified.

Body

required

    description string

    The description of the organization.

    displayName string

    The display name of the organization. This value must be provided when creating an organization.

    logoUri string

    The URI of the logo to display when showing organizations.

    name string

    The name of the organization. This value must be provided when creating an organization.

Responses

Successful

Schema

    description string

    The description of the organization.

    displayName stringrequired

    The display name of the organization.

    id stringrequired

    The unique UUID assigned to the organization when it is created.

    logoUri string

    The URI of the logo to display when showing organizations.

    name stringrequired

    The name of the organization.

Loading...