CreateProject creates a specified project.

post/v1alpha1/projects

Query parameters

project_idstring

The ID to use for the project, which will become the final component of the project's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Request body

namestring

Resource name.

display_namestring

Human-meaningful name.

descriptionstring

A detailed description.

Response

OK

namestring

Resource name.

display_namestring

Human-meaningful name.

descriptionstring

A detailed description.

Changes