Hello All and @James 😁
Currently, we have discussions with various old rubrics attached.
Now, the new rubric needs to be re-attached to each discussion.
Based on this link, https://canvas.instructure.com/doc/api/rubrics.html
As I understand, we need to call; is it correct? PUT /api/v1/courses/:course_id/rubric_associations/:id
To GET all rubric_associations to the practical discussions? I think it's this one, GET /api/v1/accounts/:account_id/rubrics/:id - but this allows you to look up by a rubricID.
Some discussion boards have different rubrics attached, and we need to link this new rubric to them.
To sum up, with API - How can I update the new rubric under all discussions without lookup the old rubric ID and rubric_associations? is it possible?
Please guide me with the appropriate calls. 😀