Fix return type documentation bug for AssignmentOverride.all_day.

closes #1541

test plan: api docs are correct

Change-Id: If66290da0eb5f85faccaad96b4263df13fcc011c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/219130
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Tested-by: Jenkins
Reviewed-by: Landon Gilbert-Bland <lbland@instructure.com>
QA-Review: Landon Gilbert-Bland <lbland@instructure.com>
Product-Review: Landon Gilbert-Bland <lbland@instructure.com>
This commit is contained in:
Fredrik Ekre 2019-12-02 09:21:50 +01:00 committed by Simon Williams
parent f288ae41e7
commit c157752aec
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
# "all_day": {
# "description": "the overridden all day flag (present if due_at is overridden)",
# "example": true,
# "type": "integer"
# "type": "boolean"
# },
# "all_day_date": {
# "description": "the overridden all day date (present if due_at is overridden)",