v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 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."
}