diff --git a/app/Http/Controllers/Api/ApplicationsController.php b/app/Http/Controllers/Api/ApplicationsController.php index 485b4c511..85d8c0c85 100644 --- a/app/Http/Controllers/Api/ApplicationsController.php +++ b/app/Http/Controllers/Api/ApplicationsController.php @@ -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', diff --git a/openapi.yaml b/openapi.yaml index b7d476f9e..91d5c1443 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1144,7 +1144,7 @@ paths: - name: uuid in: path - description: 'UUID of the database.' + description: 'UUID of the application.' required: true schema: type: string