SpaceService

UpdateSpace updates space metadata.

patch/api/v1/spaces/{space}

Path parameters

spacestring required

The space id.

Query parameters

updateMaskstring field-mask

Required. The fields to update: title or description.

Request body

namestring

The resource name of the space. Format: spaces/{space}.

titlestring required

Required. The human-readable title.

descriptionstring

Optional. A description of the space.

Response

OK

namestring

The resource name of the space. Format: spaces/{space}.

titlestring required

Required. The human-readable title.

descriptionstring

Optional. A description of the space.

Changes