Payload Format: Grading Multiple Submissions

hovor009
Community Novice

I am attempting to automatically grade a certain assignment without submissions, and found that this can be achieved with the Submissions - Grading Multiple Submissions  request, using the command:

POST /api/v1/courses/:course_id/assignments/:assignment_id/submissions/update_grades

However,  I cannot seem to nail down the url for the payload. I currently have:

POST /api/v1/courses/:course_id/assignments/:assignment_id/submissions/update_grades/grade_data?grade_data\[<sis_user_id>\][posted_grade\]=6‍‍

Is this an incorrect request? 

0 Likes