v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Projects

Create a project

Create a new project given a name and space ID.

Payload Requirements

  • The project name must be unique within the given space.

<Note>This endpoint is in beta, read more here.</Note>

post/v2/projects

Request body

namestring required

Name of the project (must be unique within the space)

space_idstring required

ID of the space to create the project in

Response

A project object

idstring required

The project ID

namestring required

The project name

space_idstring required

The space ID the project belongs to

created_atstring date-time required

When the project was created