chore: add openapi response

This commit is contained in:
Vann 2025-02-04 02:56:15 +00:00
parent 11a5ec7c38
commit 2e652490c1

View file

@ -1428,7 +1428,10 @@ public function application_by_uuid(Request $request)
new OA\MediaType(
mediaType: 'application/json',
schema: new OA\Schema(
ref: '#/components/schemas/Application'
type: 'object',
properties: [
'logs' => ['type' => 'string'],
]
)
),
]