Skip to main content
PUT
Update organization settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json

Partial update for organization settings. Only provided fields are updated.

approvalEnabled
boolean

Toggle the approval workflow on or off.

approvalTtlHours
integer

Hours before a pending request expires (1–168).

Required range: 1 <= x <= 168
approvalRequiredApprovals
integer

Number of distinct admins (not counting the submitter) required to approve before an action is executed. Minimum 1, maximum (owners + admins in the organization) - 1. Requests rejected with 400 APPROVAL_THRESHOLD_TOO_HIGH when above the cap.

Required range: x >= 1

Response

Updated organization settings

Wrapper response for a single organization settings object.

organizationSettings
object
required

Organization-level settings with typed columns. One row per organization, lazily created on first write.

Last modified on July 17, 2026