Create a new project
POST /api/v1/projects
Creates a new project from the given project body
- application/json
Request Body required
Project body
- hosting_platform string required
- org_id string
- project_name string required
- region string required
Responses
- 200
- 400
- 403
Success" {"ok":1,"data":{"projectId":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...