Skip to content

Commit a1e648e

Browse files
bluej100roor0
authored andcommitted
fix move_assignments_to documentation, fixes CNVS-20773
test plan * generate API documentation * open /doc/api/assignment_groups.htmll#method.assignment_groups_api.destroy * verify that the "move_assignments_to" parameter is correct Change-Id: Iedfabf6c6e2b1952b3528c117f35865cb58f2a89 Reviewed-on: https://gerrit.instructure.com/55260 Reviewed-by: Rob Orton <rob@instructure.com> Tested-by: Jenkins QA-Review: August Thornton <august@instructure.com> Product-Review: Braden Anderson <braden@instructure.com>
1 parent 65e537c commit a1e648e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/assignment_groups_api_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def update
9898
#
9999
# Deletes the assignment group with the given id.
100100
#
101-
# @argument move_assignment_to [String]
101+
# @argument move_assignments_to [Integer]
102102
# The ID of an active Assignment Group to which the assignments that are
103103
# currently assigned to the destroyed Assignment Group will be assigned.
104104
# NOTE: If this argument is not provided, any assignments in this Assignment

0 commit comments

Comments
 (0)