v13

OpenAPI 3.0.32026-07-31359869.4 MB
access-groups

Create an access group project

Allows creation of an access group project

post/v1/access-groups/{accessGroupIdOrName}/projects

Path parameters

accessGroupIdOrNamestring required

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

projectIdstring required

The ID of the project.

role'ADMIN' | 'PROJECT_VIEWER' | 'PROJECT_DEVELOPER' required

The project role that will be added to this Access Group.

Example request

{
  "projectId": "prj_ndlgr43fadlPyCtREAqxxdyFK",
  "role": "ADMIN"
}

Response

teamIdstring required
accessGroupIdstring required
projectIdstring required
role'ADMIN' | 'PROJECT_DEVELOPER' | 'PROJECT_GUEST' | 'PROJECT_VIEWER' required
createdAtstring required
updatedAtstring required