Apply Grading Standard to Course
apply_grading_standard_to_courseApply a grading standard to a course by specifying its ID, or pass null to remove the current standard. Returns the updated course object.
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 |