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 @@ class ProjectController extends Controller
}
#[OA\Post(
summary: 'Create Project',
summary: 'Create',
description: 'Create Project.',
path: '/projects',
security: [
@@ -247,7 +247,7 @@ class ProjectController extends Controller
}
#[OA\Patch(
summary: 'Update Project',
summary: 'Update',
description: 'Update Project.',
path: '/projects/{uuid}',
security: [