chore: add openapi response
This commit is contained in:
parent
11a5ec7c38
commit
2e652490c1
1 changed files with 4 additions and 1 deletions
|
|
@ -1428,7 +1428,10 @@ public function application_by_uuid(Request $request)
|
||||||
new OA\MediaType(
|
new OA\MediaType(
|
||||||
mediaType: 'application/json',
|
mediaType: 'application/json',
|
||||||
schema: new OA\Schema(
|
schema: new OA\Schema(
|
||||||
ref: '#/components/schemas/Application'
|
type: 'object',
|
||||||
|
properties: [
|
||||||
|
'logs' => ['type' => 'string'],
|
||||||
|
]
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue