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 @@ class ApplicationsController extends Controller
new OA\MediaType(
mediaType: 'application/json',
schema: new OA\Schema(
ref: '#/components/schemas/Application'
type: 'object',
properties: [
'logs' => ['type' => 'string'],
]
)
),
]