Update UUID description in API controller and OpenAPI specification
This commit is contained in:
parent
26307334a4
commit
31cf3294bf
2 changed files with 2 additions and 2 deletions
|
|
@ -1269,7 +1269,7 @@ public function application_by_uuid(Request $request)
|
||||||
new OA\Parameter(
|
new OA\Parameter(
|
||||||
name: 'uuid',
|
name: 'uuid',
|
||||||
in: 'path',
|
in: 'path',
|
||||||
description: 'UUID of the database.',
|
description: 'UUID of the application.',
|
||||||
required: true,
|
required: true,
|
||||||
schema: new OA\Schema(
|
schema: new OA\Schema(
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|
|
||||||
|
|
@ -1144,7 +1144,7 @@ paths:
|
||||||
-
|
-
|
||||||
name: uuid
|
name: uuid
|
||||||
in: path
|
in: path
|
||||||
description: 'UUID of the database.'
|
description: 'UUID of the application.'
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue