Set grades for assignment
documentedSet grades for specified users for an assignment.
GET /api/set_grades_for_assignmentGradesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{CYPHERLEARNING_BASE_URL}}/api/set_grades_for_assignment?api_key={{CYPHERLEARNING_API_KEY}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d "assignment_id={{assignment_id}}&grades[][user_id]={{user_id1}}&grades[][grade]={{grade1}}&grades[][user_id]={{user_id2}}&grades[][grade]={{grade2}}"