update_rubric_association
Update grading and display settings for an existing rubric-assignment link, such as hiding points, hiding score total, or changing grading usage.
Instructions
Update the display/grading settings of an existing rubric–assignment association without re-associating. Use this to toggle 'Remove points from rubric' (hide_points), hide the score total, or change use_for_grading. Find the association_id by calling get_rubric (look at assignment_associations) or by reading the assignment's rubric_settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| hide_points | No | Hide all point values on the rubric (Canvas UI: 'Remove points from rubric') | |
| association_id | Yes | Rubric association ID (NOT the rubric ID or assignment ID) | |
| use_for_grading | No | Whether the rubric is used for grading | |
| hide_score_total | No | Hide the total score in the rubric view | |
| hide_outcome_results | No | Don't post outcome results from this rubric to the Learning Mastery Gradebook |