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:
Cameron Matheson 2017-04-12 14:11:38 -06:00
parent 717b24d8fe
commit b54d060fff
1 changed files with 3 additions and 0 deletions

View File

@ -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
#