Skip to main content
PATCH
/
workspaces
/
{workspace_id}
/
settings
Patch Workspace Settings
curl --request PATCH \
  --url https://api.example.com/workspaces/{workspace_id}/settings

PATCH /workspaces//settings

Use this endpoint for targeted settings changes without replacing the full workspace settings object.

Notes

  • Only send the branches you intend to change.
  • Use PUT /workspaces/{workspace_id}/settings when you want to replace the full document instead.