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.

currentUserRole'ROLE_UNSPECIFIED' | 'ADMIN' | 'USER' enum

Output only. The authenticated user's membership role in this space. ROLE_UNSPECIFIED when this Space is exposed as metadata-only.

memberCountinteger

Output only. The number of accepted members in this space. Pending invitations are excluded. Zero when this Space is exposed as metadata-only.

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.

currentUserRole'ROLE_UNSPECIFIED' | 'ADMIN' | 'USER' enum

Output only. The authenticated user's membership role in this space. ROLE_UNSPECIFIED when this Space is exposed as metadata-only.

memberCountinteger

Output only. The number of accepted members in this space. Pending invitations are excluded. Zero when this Space is exposed as metadata-only.

Changes