Organizations
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.