Skip to content

Commit ab67e91

Browse files
feat: Automated regeneration of Classroom client (googleapis#13107)
Auto-created at 2025-03-06 13:17:12 +0000 using the toys pull request generator.
1 parent 0d80475 commit ab67e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/classroom/lib/google_api/classroom/v1/api/courses.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5809,7 +5809,7 @@ defmodule GoogleApi.Classroom.V1.Api.Courses do
58095809
end
58105810

58115811
@doc """
5812-
Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course, create a topic in the requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `NOT_FOUND` if the requested course does not exist.
5812+
Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course, create a topic in the requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `FAILED_PRECONDITION` for the following request error: * CourseTopicLimitReached * `NOT_FOUND` if the requested course does not exist.
58135813
58145814
## Parameters
58155815

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

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

23-
@discovery_revision "20250114"
23+
@discovery_revision "20250303"
2424

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

0 commit comments

Comments
 (0)