CreateProject creates a specified project.

post/v1/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 at most 63 characters, and valid characters are /[a-z][0-9]-./.

Request body

namestring

Resource name.

display_namestring

Human-meaningful name.

descriptionstring

A detailed description.

create_timestring RFC3339

Creation timestamp.

update_timestring RFC3339

Last update timestamp.

Response

OK

namestring

Resource name.

display_namestring

Human-meaningful name.

descriptionstring

A detailed description.

create_timestring RFC3339

Creation timestamp.

update_timestring RFC3339

Last update timestamp.

Changes