mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
updates
This commit is contained in:
@@ -2,6 +2,30 @@
|
||||
GET https://snow.instructure.com/api/v1/courses/958185/quizzes
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
|
||||
###
|
||||
GET https://snow.instructure.com/api/v1/courses/926068/quizzes/3489332/questions
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
|
||||
###
|
||||
|
||||
|
||||
POST https://snow.instructure.com/api/v1/courses/926068/quizzes/3489331/reorder
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"order":[
|
||||
{"type":"question","id":"60973974"},
|
||||
{"type":"question","id":"60973977"},
|
||||
{"type":"question","id":"60973976"},
|
||||
{"type":"question","id":"60973975"},
|
||||
{"type":"question","id":"60973978"},
|
||||
{"type":"question","id":"60973979"},
|
||||
{"type":"question","id":"60973980"}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
GET https://snow.instructure.com/api/v1/courses/958185/assignments
|
||||
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
||||
@@ -77,4 +101,4 @@ Content-Type: application/json
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user