Skip to content

Commit f1e5b61

Browse files
committed
feat: update API endpoint summaries
1 parent 6538064 commit f1e5b61

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/Http/Controllers/Api/ProjectController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function environment_details(Request $request)
152152
}
153153

154154
#[OA\Post(
155-
summary: 'Create Project',
155+
summary: 'Create',
156156
description: 'Create Project.',
157157
path: '/projects',
158158
security: [
@@ -247,7 +247,7 @@ public function create_project(Request $request)
247247
}
248248

249249
#[OA\Patch(
250-
summary: 'Update Project',
250+
summary: 'Update',
251251
description: 'Update Project.',
252252
path: '/projects/{uuid}',
253253
security: [

app/Http/Controllers/Api/ServersController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public function domains_by_server(Request $request)
398398
}
399399

400400
#[OA\Post(
401-
summary: 'Create Server',
401+
summary: 'Create',
402402
description: 'Create Server.',
403403
path: '/servers',
404404
security: [
@@ -542,7 +542,7 @@ public function create_server(Request $request)
542542
}
543543

544544
#[OA\Patch(
545-
summary: 'Update Server',
545+
summary: 'Update',
546546
description: 'Update Server.',
547547
path: '/servers/{uuid}',
548548
security: [

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ paths:
30133013
post:
30143014
tags:
30153015
- Projects
3016-
summary: 'Create Project'
3016+
summary: Create
30173017
description: 'Create Project.'
30183018
operationId: cf067eb7cf18216cda3239329a2eeadb
30193019
requestBody:
@@ -3115,7 +3115,7 @@ paths:
31153115
patch:
31163116
tags:
31173117
- Projects
3118-
summary: 'Update Project'
3118+
summary: Update
31193119
description: 'Update Project.'
31203120
operationId: 2db343bd6fc14c658cb51a2b73b2f842
31213121
requestBody:
@@ -3402,7 +3402,7 @@ paths:
34023402
post:
34033403
tags:
34043404
- Servers
3405-
summary: 'Create Server'
3405+
summary: Create
34063406
description: 'Create Server.'
34073407
operationId: fa44b42490379e428ba5b8747716a8d9
34083408
requestBody:
@@ -3530,7 +3530,7 @@ paths:
35303530
patch:
35313531
tags:
35323532
- Servers
3533-
summary: 'Update Server'
3533+
summary: Update
35343534
description: 'Update Server.'
35353535
operationId: 41bbdaf79eb1938592494fc5494442a0
35363536
requestBody:

0 commit comments

Comments
 (0)