add missing assignment_id param to bulk grade docs
Change-Id: I048e17d00f60df10e13e78264f28bb343592a77b Reviewed-on: https://gerrit.instructure.com/108407 Reviewed-by: Simon Williams <simon@instructure.com> Tested-by: Jenkins Product-Review: Cameron Matheson <cameron@instructure.com> QA-Review: Cameron Matheson <cameron@instructure.com>
This commit is contained in:
parent
717b24d8fe
commit
b54d060fff
|
@ -852,6 +852,9 @@ class SubmissionsApiController < ApplicationController
|
|||
# @argument grade_data[<student_id>][file_ids][] [Integer]
|
||||
# See documentation for the comment[] arguments in the
|
||||
# {api:SubmissionsApiController#update Submissions Update} documentation
|
||||
# @argument grade_data[<student_id>][assignment_id] [Integer]
|
||||
# Specifies which assignment to grade. This argument is not necessary when
|
||||
# using the assignment-specific endpoints.
|
||||
#
|
||||
# @example_request
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue