AI-generated Key Takeaways
-
This feature updates space notification state settings in Google Chat, allowing users to customize their notification preferences.
-
Users can modify notification settings and mute settings for specific spaces.
-
Requires user authentication and authorization with the
chat.users.spacesettings
scope. -
Developers can access this feature as part of the Google Workspace Developer Preview Program.
-
Utilizes a PATCH request and gRPC Transcoding syntax for updating space notification settings.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the space notification setting. For an example, see Update the caller's space notification setting.
Requires user authentication with the authorization scope:
https://www.googleapis.com/auth/chat.users.spacesettings
HTTP request
PATCH https://chat.googleapis.com/v1/{spaceNotificationSetting.name=users/*/spaces/*/spaceNotificationSetting}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
spaceNotificationSetting.name |
Identifier. The resource name of the space notification setting. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
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.