feat: update API endpoint summaries

This commit is contained in:
Andras Bacsai 2024-07-23 14:36:44 +02:00
parent 65380646f7
commit f1e5b61970
3 changed files with 8 additions and 8 deletions

View File

@ -152,7 +152,7 @@ public function environment_details(Request $request)
}
#[OA\Post(
summary: 'Create Project',
summary: 'Create',
description: 'Create Project.',
path: '/projects',
security: [
@ -247,7 +247,7 @@ public function create_project(Request $request)
}
#[OA\Patch(
summary: 'Update Project',
summary: 'Update',
description: 'Update Project.',
path: '/projects/{uuid}',
security: [

View File

@ -398,7 +398,7 @@ public function domains_by_server(Request $request)
}
#[OA\Post(
summary: 'Create Server',
summary: 'Create',
description: 'Create Server.',
path: '/servers',
security: [
@ -542,7 +542,7 @@ public function create_server(Request $request)
}
#[OA\Patch(
summary: 'Update Server',
summary: 'Update',
description: 'Update Server.',
path: '/servers/{uuid}',
security: [

View File

@ -3013,7 +3013,7 @@ paths:
post:
tags:
- Projects
summary: 'Create Project'
summary: Create
description: 'Create Project.'
operationId: cf067eb7cf18216cda3239329a2eeadb
requestBody:
@ -3115,7 +3115,7 @@ paths:
patch:
tags:
- Projects
summary: 'Update Project'
summary: Update
description: 'Update Project.'
operationId: 2db343bd6fc14c658cb51a2b73b2f842
requestBody:
@ -3402,7 +3402,7 @@ paths:
post:
tags:
- Servers
summary: 'Create Server'
summary: Create
description: 'Create Server.'
operationId: fa44b42490379e428ba5b8747716a8d9
requestBody:
@ -3530,7 +3530,7 @@ paths:
patch:
tags:
- Servers
summary: 'Update Server'
summary: Update
description: 'Update Server.'
operationId: 41bbdaf79eb1938592494fc5494442a0
requestBody: