File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6438,13 +6438,17 @@ private function seedSummitEndpoints()
64386438 'name ' => 'get-external-order ' ,
64396439 'route ' => '/api/v1/summits/{id}/external-orders/{external_order_id} ' ,
64406440 'http_method ' => 'GET ' ,
6441- 'scopes ' => [sprintf ('%s/summits/read-external-orders ' , $ current_realm )],
6441+ 'scopes ' => [
6442+ sprintf (SummitScopes::ReadSummitsConfirmExternalOrders, $ current_realm )
6443+ ],
64426444 ),
64436445 array (
64446446 'name ' => 'confirm-external-order ' ,
64456447 'route ' => '/api/v1/summits/{id}/external-orders/{external_order_id}/external-attendees/{external_attendee_id}/confirm ' ,
64466448 'http_method ' => 'POST ' ,
6447- 'scopes ' => [sprintf ('%s/summits/confirm-external-orders ' , $ current_realm )],
6449+ 'scopes ' => [
6450+ sprintf (SummitScopes::WriteSummitsConfirmExternalOrders, $ current_realm )
6451+ ],
64486452 ),
64496453 [
64506454 'name ' => 'import-assets-from-mux ' ,
You can’t perform that action at this time.
0 commit comments