Create a new project
POST/nevisadmin/api/v1/projects
Required permission: CREATE_PROJECT on the tenant, or global scope
The project key in the request body has to be all-uppercase. If it's not, it will be transformed into all-uppercase.
If a projectTemplateKey is specified in the body, the project's initial content will be set from the denoted template.
Request
Responses
- 201
- 400
- 403
- 404
- 409
- 500
Project created
Invalid or missing request body
Insufficient permissions.
Tenant or project template not found
Project already exists or repository directory is not empty
Remote SCM repository could not be reached