UpdateProject can be used to modify a specified project.

patch/v1/projects/{project}

Path parameters

projectstring required

The project id.

Query parameters

update_maskstring

The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If a "*" is specified, all fields are updated, including fields that are unspecified/default in the request.

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