Hey Dev Community
I'm exploring the possible need to use the Rubrics API endpoints to associate a rubric to an assignment and am a bit perplexed what the different objects on the API doc page are referring to: https://canvas.instructure.com/doc/api/rubrics.html
Rubric objects are a given, but...
RubricAssessments seem to indicate the use of a rubric to grade an assignment submission within SpeedGrader, correct?
RubricAssociations has me baffled. Is this the endpoint list that one would use to tell associate a rubric for use with an assignment? It seems like you would just need 3 pieces of information...the course id, rubric id, and the assignment id, but I don't see a succinct API call that includes just those 3 things.
https://canvas.instructure.com/doc/api/rubrics.html#method.rubric_associations.create
In the Live API the only required field is the course id. How does one tell the API to associate a rubric with an assignment within the course?