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:
parent
0bff69cf3b
commit
00f35a58c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue