mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
put a little more work into quizzes
This commit is contained in:
@@ -108,3 +108,20 @@ Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
"unlock_at":null
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
PUT https://snow.instructure.com/api/v1/courses/872095/assignments/12676639
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"assignment": {
|
||||
"due_at": "2021-09-15T23:59:59Z",
|
||||
"lock_at": "2023-08-22T05:59:00Z"
|
||||
}
|
||||
}
|
||||
|
||||
###
|
||||
GET https://snow.instructure.com/api/v1/courses/872095/assignments/12676639?include[]=overrides
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
Reference in New Issue
Block a user