apply_grading_standard_to_course
Apply an existing grading standard to a course to update the gradebook. Use the grading standard ID to set or null to remove the current standard.
Instructions
Apply an existing grading standard to a course so the gradebook uses it. Pass the grading_standard_id returned by create_grading_standard or list_grading_standards. Pass null for grading_standard_id to remove the current grading standard from the course. Returns the updated course object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID to update | |
| grading_standard_id | Yes | The grading standard ID to apply, or null to remove the current standard |