Skip to content

Commit f45a48e

Browse files
matiasperrone-exomatiasperrone
authored andcommitted
chore: Add security param
1 parent 4ef809b commit f45a48e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function __construct
5050
summary: 'Get all default speaker active involvements',
5151
description: 'Retrieves a list of default active involvements for speakers. These are predefined involvement types that speakers can select to describe their current activities (e.g., "Active Contributor", "User", "Evaluator"). Public endpoint accessible without authentication.',
5252
operationId: 'getAllSpeakerActiveInvolvements',
53+
security: [['Bearer' => []]],
5354
tags: ['Speakers'],
5455
parameters: [
5556
new OA\Parameter(

0 commit comments

Comments
 (0)