add API docs for integration_id/data

API docs are missing integration_id/integration_data for
assignment 'update' API call.

Test Plan:
- Update Assignment API docs should include integration_id/data

Fixes SIS-374

Change-Id: I088796e2aac274ba90a048c55f9b53dcceb63be4
Reviewed-on: https://gerrit.instructure.com/37949
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Tyler Pickett <tpickett+gerrit@instructure.com>
Product-Review: Tyler Pickett <tpickett+gerrit@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
This commit is contained in:
Duane Johnson 2014-07-21 15:40:33 -06:00
parent 0bff69cf3b
commit 00f35a58c5
1 changed files with 10 additions and 4 deletions

View File

@ -604,16 +604,16 @@ class AssignmentsApiController < ApplicationController
# Toggles Turnitin submissions for the assignment.
# Will be ignored if Turnitin is not available for the course.
#
# @argument assignment[turnitin_settings] [Optional]
# Settings to send along to turnitin. See Assignment object definition for
# format.
#
# @argument assignment[integration_data] [Optional]
# Data related to third party integrations, JSON string required.
#
# @argument assignment[integration_id] [Optional]
# Unique ID from third party integrations
#
# @argument assignment[turnitin_settings] [Optional]
# Settings to send along to turnitin. See Assignment object definition for
# format.
#
# @argument assignment[peer_reviews] [Optional, Boolean]
# If submission_types does not include external_tool,discussion_topic,
# online_quiz, or on_paper, determines whether or not peer reviews
@ -752,6 +752,12 @@ class AssignmentsApiController < ApplicationController
# Settings to send along to turnitin. See Assignment object definition for
# format.
#
# @argument assignment[integration_data] [Optional]
# Data related to third party integrations, JSON string required.
#
# @argument assignment[integration_id] [Optional]
# Unique ID from third party integrations
#
# @argument assignment[peer_reviews] [Optional, Boolean]
# If submission_types does not include external_tool,discussion_topic,
# online_quiz, or on_paper, determines whether or not peer reviews