Create Project
POST/v2beta/projects
Create a new Project.
Required permission:
project.create
Request​
Responses​
- 200
- 403
- 404
- 409
- default
Project created successfully
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
The project to create already exists.
An unexpected error response.