Update UUID description in API controller and OpenAPI specification

This commit is contained in:
Andras Bacsai
2024-10-01 09:04:01 +02:00
parent 26307334a4
commit 31cf3294bf
2 changed files with 2 additions and 2 deletions

View File

@@ -1269,7 +1269,7 @@ class ApplicationsController extends Controller
new OA\Parameter(
name: 'uuid',
in: 'path',
description: 'UUID of the database.',
description: 'UUID of the application.',
required: true,
schema: new OA\Schema(
type: 'string',