Skip to content

Commit d87814a

Browse files
feat: Automated regeneration of Chat client (#13138)
Auto-created at 2025-03-13 13:13:43 +0000 using the toys pull request generator.
1 parent 48576bc commit d87814a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/chat/lib/google_api/chat/v1/api/users.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ defmodule GoogleApi.Chat.V1.Api.Users do
165165
end
166166

167167
@doc """
168-
Gets the space notification state setting. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
168+
Gets the space notification setting. For an example, see [Get the caller's space notification setting](https://developers.google.com/workspace/chat/get-space-notification-setting). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
169169
170170
## Parameters
171171
@@ -235,7 +235,7 @@ defmodule GoogleApi.Chat.V1.Api.Users do
235235
end
236236

237237
@doc """
238-
Updates the space notification state setting. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
238+
Updates the space notification setting. For an example, see [Update the caller's space notification setting](https://developers.google.com/workspace/chat/update-space-notification-setting). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
239239
240240
## Parameters
241241

clients/chat/lib/google_api/chat/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Chat.V1 do
2020
API client metadata for GoogleApi.Chat.V1.
2121
"""
2222

23-
@discovery_revision "20250227"
23+
@discovery_revision "20250311"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)