@maxim_mazurok/gapi.client.classroom
Advanced tools
Comparing version 1.0.20220321 to 1.0.20220323
{ | ||
"name": "@maxim_mazurok/gapi.client.classroom", | ||
"version": "1.0.20220321", | ||
"version": "1.0.20220323", | ||
"description": "TypeScript typings for Google Classroom API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -145,3 +145,3 @@ # TypeScript typings for Google Classroom API v1 | ||
/* | ||
Updates one or more fields in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable | ||
Updates one or more fields in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * InactiveCourseOwner | ||
*/ | ||
@@ -148,0 +148,0 @@ await gapi.client.classroom.courses.patch({ id: "id", }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
887431