Method: spaces.patch

Updates a space.

HTTP request

PATCH https://meet.googleapis.com/v2/{space.name=spaces/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
space.name

string

Immutable. Resource name of the space. Format: spaces/{space}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Field mask used to specify the fields to be updated in the space. If updateMask isn't provided, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

Request body

The request body contains an instance of Space.

Response body

If successful, the response body contains an instance of Space.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/meetings.space.created

For more information, see the Authorization guide.