Gives a member access to a root project and, through it, to all of the project's
subprojects. The call is idempotent: repeating it leaves the same single enablement in
place and returns `200` again.
Enablement applies to root projects only. Naming a subproject is rejected with
`subproject_access_is_inherited_from_root`, and the message names the root project to
enable instead.
#### Permissions
Authenticate with a [Personal access token](/docs/apis/authorization#personal-access-tokens) whose holder is an owner or admin of the space. A project API token is not accepted on this endpoint, and a Personal access token has no scopes: the holder's role in the space is the whole authorization decision.
Response
The request has succeeded.
typeenum
The object type. Always project.
idstringformat: "uuid"
The unique identifier of the project.
namestring
The name of the project.
created_atdatetime
The date and time when the project was created.
updated_atdatetime
The date and time when the project was last updated.
subprojectslist of objects
The subprojects reached through this enablement. Present on the enablement endpoints only, not on the nested entries.