Update attributes of the users organization
PATCH /v1/organizations/{id}
PATCH
/v1/organizations/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The UUID of the organization to update
Example
123e4567-e89b-12d3-a456-426614174000Request Body required
Section titled “Request Body required ”object
description
string | null
display_name
string | null
icon
string | null
name
string | null
Responses
Section titled “ Responses ”Organization updated
object
description
required
string
display_name
required
string
icon
string | null
id
required
string format: uuid
name
required
string
verified
required
boolean
Organization not found