Closed jwsmith24 closed 3 days ago
Successful update with http tool using the following format:
Sending a POST request to create a rubric with an id that already exists results in Canvas ignoring the ID, making a copy anyways, and assigning a new ID.
Request:
Response:
Additionally, id
is the only unique field that the API supports searching for, so we can't search by title.
But we could query against an assignment's rubric field.
So our idea from yesterday about locking in context to a specific course and assignment has another argument for it!
Decouple request building from type definitions for Canvas protocols.
Then, test duplicate rubric requests and change update functionality accordingly.