v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
projects

Create project

Create a new project within an organization.

post/api/v1/orgs/organizations/{org_id}/projects/

Path parameters

org_idstring required

Unique identifier of the organization

Request body

namestring required

Name of the project to be created

Response

Project created successfully

messagestring
project_idstring uuid

Unique identifier for the project

Example response

{
  "message": "Project created successfully."
}