Organization

Update organization

Updates an existing organization's details. Only users with administrator permissions in the organization can update it. Supports partial updates - only fields included in the request will be modified.

put/v1/organizations/{id}

Path parameters

idstring required

Organization ID

Request body

namestring
descriptionstring
imagestring
colorinteger
aiChatEnabledboolean

Response

Updated organization

idstring
namestring
descriptionstring
imagestring
colorinteger
userstring
aiChatEnabledboolean
lastUpdateinteger
createdinteger
deletedboolean

Changes

No recorded changes to this endpoint across all 3 revisions of this API.