handling negative rubrics

This commit is contained in:
2024-09-30 20:58:11 -06:00
parent e65b4d8627
commit 7f7827bea8
5 changed files with 109 additions and 19 deletions

View File

@@ -157,5 +157,15 @@ Content-Type: application/json
"name": "test module"
}
}
###
POST https://snow.instructure.com/api/v1/courses/courses/960410/rubrics/1961869
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
Content-Type: application/json
{
"module": {
"name": "test module"
}
}