Skip to main content

Create a new project

POST /api/v1/projects

Creates a new project from the given project body

Request Body required

Project body

  • hosting_platform string required
  • org_id string
  • project_name string required
  • region string required
Responses

Success" {"ok":1,"data":{"projectId":[]}}

Schema
    Loading...