Skip to content

Commit 31cf329

Browse files
committed
Update UUID description in API controller and OpenAPI specification
1 parent 2630733 commit 31cf329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Http/Controllers/Api/ApplicationsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ public function application_by_uuid(Request $request)
12691269
new OA\Parameter(
12701270
name: 'uuid',
12711271
in: 'path',
1272-
description: 'UUID of the database.',
1272+
description: 'UUID of the application.',
12731273
required: true,
12741274
schema: new OA\Schema(
12751275
type: 'string',

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ paths:
11441144
-
11451145
name: uuid
11461146
in: path
1147-
description: 'UUID of the database.'
1147+
description: 'UUID of the application.'
11481148
required: true
11491149
schema:
11501150
type: string

0 commit comments

Comments
 (0)