Allow or forbid admins of an organization to create CDF projects anywhere in the subtree of the organization.
Requires the caller to be an admin in any of the organization's ancestors.
Example: Assume an organization hierarchy like: org-a
-> org-b
-> org-c
.
To change the access rights for org-c
, which means calling 'PUT /orgs/org-c/adminsCanCreateProjectsInSubtree',
the caller must be an admin in org-a
, or org-b
. Being an admin in org-c
does not grant access.
A request to allow or forbid admins to create projects
Whether admins of the organization are allowed to create CDF projects in the subtree of the organization.
Successfully updated
true