Skip to main content
Flip Inherit Flag
Flips the workspace’s inheritsFromParent flag — the switch controlling whether authority from above reaches into this node. See Reach & the wall/door rule.
  • Owner-only in both directions (the workspace’s own owner or an ancestor owner). Not a capability.
  • Subject to the enforced-default lock: if the project sets workspaces.inheritEnforced, the flip is rejected with 403 workspace/inherit-enforced.

Path Parameters

string
required
The workspace UUID.

Body Parameters

boolean
required
The new flag value (true = open/door, false = sealed/wall).
string
Service/master keys only — the user to act as (must be own owner or an ancestor owner).

Response

Returns the updated Workspace object.

Error Responses