Projects

Create project

Create an empty project before its first deployment.

POST/api/v1/projects

Authentication: REST bearer token required.

Parameters

namestringrequired

BodyProject name, up to 100 Unicode characters.

descriptionstringoptional

BodyA short project description.

visibilitystringoptional

Bodydraft, private, password, or public. Defaults to draft.

access_passwordstringoptional

BodyRequired when visibility is password.

Responses

201

The newly created project.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

403

The account plan or current grant does not allow the action.