Activate Project
POST/v2beta/projects/:id/activate
Set the state of a project to active. Request returns no error if the project is already activated.
Required permission:
project.write
Request​
Responses​
- 200
- 403
- 404
- default
Project activated successfully
Returned when the user does not have permission to access the resource.
The project to activate does not exist.
An unexpected error response.