v1
latestOpenAPI 3.0.12026-07-2491247233.8 KBOrganizations
Update child organization
Update a child organization's display name and delegation settings, returning the full child organization.
patch/v0/organizations/mine/child-organizations/{id}
Path parameters
idstring uuid required
ID of the child organization to patch.
Example:019263d1-7c1a-7c8e-9c66-f1c2a9b1f4e2
ID of the child organization to patch.
Request body
Example request
{
"can_add_children": true,
"name": "Acme Corp (renamed)"
}Response
OK