File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ public function environment_details(Request $request)
152
152
}
153
153
154
154
#[OA \Post(
155
- summary: 'Create Project ' ,
155
+ summary: 'Create ' ,
156
156
description: 'Create Project. ' ,
157
157
path: '/projects ' ,
158
158
security: [
@@ -247,7 +247,7 @@ public function create_project(Request $request)
247
247
}
248
248
249
249
#[OA \Patch(
250
- summary: 'Update Project ' ,
250
+ summary: 'Update ' ,
251
251
description: 'Update Project. ' ,
252
252
path: '/projects/{uuid} ' ,
253
253
security: [
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ public function domains_by_server(Request $request)
398
398
}
399
399
400
400
#[OA \Post(
401
- summary: 'Create Server ' ,
401
+ summary: 'Create ' ,
402
402
description: 'Create Server. ' ,
403
403
path: '/servers ' ,
404
404
security: [
@@ -542,7 +542,7 @@ public function create_server(Request $request)
542
542
}
543
543
544
544
#[OA \Patch(
545
- summary: 'Update Server ' ,
545
+ summary: 'Update ' ,
546
546
description: 'Update Server. ' ,
547
547
path: '/servers/{uuid} ' ,
548
548
security: [
Original file line number Diff line number Diff line change @@ -3013,7 +3013,7 @@ paths:
3013
3013
post :
3014
3014
tags :
3015
3015
- Projects
3016
- summary : ' Create Project '
3016
+ summary : Create
3017
3017
description : ' Create Project.'
3018
3018
operationId : cf067eb7cf18216cda3239329a2eeadb
3019
3019
requestBody :
@@ -3115,7 +3115,7 @@ paths:
3115
3115
patch :
3116
3116
tags :
3117
3117
- Projects
3118
- summary : ' Update Project '
3118
+ summary : Update
3119
3119
description : ' Update Project.'
3120
3120
operationId : 2db343bd6fc14c658cb51a2b73b2f842
3121
3121
requestBody :
@@ -3402,7 +3402,7 @@ paths:
3402
3402
post :
3403
3403
tags :
3404
3404
- Servers
3405
- summary : ' Create Server '
3405
+ summary : Create
3406
3406
description : ' Create Server.'
3407
3407
operationId : fa44b42490379e428ba5b8747716a8d9
3408
3408
requestBody :
@@ -3530,7 +3530,7 @@ paths:
3530
3530
patch :
3531
3531
tags :
3532
3532
- Servers
3533
- summary : ' Update Server '
3533
+ summary : Update
3534
3534
description : ' Update Server.'
3535
3535
operationId : 41bbdaf79eb1938592494fc5494442a0
3536
3536
requestBody :
You can’t perform that action at this time.
0 commit comments