Skip to content

Commit cd0facc

Browse files
committed
chore: Add "(Public)" to public endpoints tags
1 parent 61e5bda commit cd0facc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/Http/Controllers/Apis/Protected/Main/OAuth2SponsoredProjectApiController.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function updateEntity($id, array $payload): IEntity
151151
description: "Get all sponsored projects (public endpoint)",
152152
summary: 'Read All Sponsored Projects (Public)',
153153
operationId: 'getAllSponsoredProjectsPublic',
154-
tags: ['Sponsored Projects'],
154+
tags: ['Sponsored Projects (Public)'],
155155
parameters: [
156156
new OA\Parameter(
157157
name: 'filter[]',
@@ -344,7 +344,7 @@ public function add()
344344
description: "Get a specific sponsored project (public endpoint)",
345345
summary: 'Read Sponsored Project (Public)',
346346
operationId: 'getSponsoredProjectPublic',
347-
tags: ['Sponsored Projects'],
347+
tags: ['Sponsored Projects (Public)'],
348348
parameters: [
349349
new OA\Parameter(
350350
name: 'id',
@@ -517,7 +517,7 @@ public function delete($id)
517517
description: "Get all sponsorship types for a sponsored project (public endpoint)",
518518
summary: 'Read All Sponsorship Types (Public)',
519519
operationId: 'getAllSponsorshipTypesPublic',
520-
tags: ['Sponsored Projects', 'Sponsorship Types'],
520+
tags: ['Sponsored Projects (Public)', 'Sponsorship Types (Public)'],
521521
parameters: [
522522
new OA\Parameter(
523523
name: 'id',
@@ -692,7 +692,7 @@ function ($page, $per_page, $filter, $order, $applyExtraFilters) {
692692
description: "Get a specific sponsorship type (public endpoint)",
693693
summary: 'Read Sponsorship Type (Public)',
694694
operationId: 'getSponsorshipTypePublic',
695-
tags: ['Sponsored Projects', 'Sponsorship Types'],
695+
tags: ['Sponsored Projects (Public)', 'Sponsorship Types (Public)'],
696696
parameters: [
697697
new OA\Parameter(
698698
name: 'id',
@@ -999,7 +999,7 @@ function ($sponsorship_type_id, $project_id){
999999
description: "Get all supporting companies for a sponsorship type (public endpoint)",
10001000
summary: 'Read All Supporting Companies (Public)',
10011001
operationId: 'getSupportingCompaniesPublic',
1002-
tags: ['Sponsored Projects', 'Supporting Companies'],
1002+
tags: ['Sponsored Projects (Public)', 'Supporting Companies (Public)'],
10031003
parameters: [
10041004
new OA\Parameter(
10051005
name: 'id',

0 commit comments

Comments
 (0)