Workspaces
Partially update a workspace
Update specific workspace fields. Only the name can be updated via API. The protected field is read-only and can only be set during company account creation.
patch/workspaces/{id}
Path parameters
idstring uuid required
Workspace ID
Request body
Response
Workspace updated successfully
Example response
{
"icon_url": "https://ielmshcswdhuacyjlpiy.supabase.co/functions/v1/logo/workspace/company-id/workspace-id"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.