Add list event type scope to tool config schema

Refs Closes PLAT-4766

Test Plan:
Make sure you can save a tool configuraiton that uses the new
list_event_types scope

Change-Id: Ib0e9ce88e03a5cce71aae2a418557f67492234d7
Reviewed-on: https://gerrit.instructure.com/208079
Tested-by: Jenkins
Reviewed-by: Xander Moffatt <xmoffatt@instructure.com>
QA-Review: Clint Furse <cfurse@instructure.com>
QA-Review: Xander Moffatt <xmoffatt@instructure.com>
Product-Review: Weston Dransfield <wdransfield@instructure.com>
This commit is contained in:
wdransfield 2019-09-04 10:20:38 -06:00 committed by Weston Dransfield
parent be6f7c7678
commit 78b898d950
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ module Schemas::Lti
"https://canvas.instructure.com/lti/data_services/scope/show",
"https://canvas.instructure.com/lti/data_services/scope/update",
"https://canvas.instructure.com/lti/data_services/scope/list",
"https://canvas.instructure.com/lti/data_services/scope/destroy"
"https://canvas.instructure.com/lti/data_services/scope/destroy",
"https://canvas.instructure.com/lti/data_services/scope/list_event_types"
].freeze
}
}.freeze,