Projects
Create project
Create an empty project before its first deployment.
POST
/api/v1/projectsAuthentication: REST bearer token required.
Parameters
namestringrequiredBodyProject name, up to 100 Unicode characters.
descriptionstringoptionalBodyA short project description.
visibilitystringoptionalBodydraft, private, password, or public. Defaults to draft.
access_passwordstringoptionalBodyRequired when visibility is password.
Responses
201The newly created project.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.