- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the space notification state settings.
Requires user authentication.
HTTP request
PATCH https://chat.googleapis.com/v1/{spaceNotificationSetting.name=users/*/spaces/*/spaceNotificationSetting}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
space |
Identifier. The resource name of the space notification setting. Format: |
Query parameters
Parameters | |
---|---|
update |
Required. Supported field paths: - |
Request body
The request body contains an instance of SpaceNotificationSetting
.
Response body
If successful, the response body contains an instance of SpaceNotificationSetting
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chat.users.spacesettings
For more information, see the Authorization guide.