Updates a space. Requires user authentication and the chat.spaces
scope.
HTTP request
PATCH https://chat.googleapis.com/v1/{space.name=spaces/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
space.name |
Resource name of the space. Format: spaces/{space} |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The field paths to be updated, comma separated if there are multiple. Currently supported field paths:
|
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/chat.spaces
For more information, see the Authorization guide.