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

View File

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

View File

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