Skip to content

Commit 444ac99

Browse files
committed
fix: security scopes
1 parent bbe81f4 commit 444ac99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Apis/Protected/Summit/OAuth2SpeakerOrganizationalRoleApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct
4747
summary: 'Get all default speaker organizational roles',
4848
description: 'Retrieves a list of default organizational roles for speakers. These are predefined role types that speakers can select to describe their position or role within an organization (e.g., "Developer", "Manager", "Architect", "Executive").',
4949
operationId: 'getAllSpeakerOrganizationalRoles',
50-
security: [['summit_rsvp_oauth2' => [
50+
security: [['oauth2_scopes' => [
5151
SummitScopes::ReadSummitData,
5252
SummitScopes::ReadAllSummitData
5353
]]],

0 commit comments

Comments
 (0)