feat(api): add endpoints for retrieving application logs and deployments

This commit is contained in:
Andras Bacsai
2025-03-31 17:38:54 +02:00
parent 799855ea28
commit 9f67633f2c
4 changed files with 246 additions and 80 deletions

View File

@@ -328,7 +328,7 @@ class DeployController extends Controller
summary: 'List application deployments',
description: 'List application deployments by using the app uuid',
path: '/deployments/applications/{uuid}',
operationId: 'list-deployments',
operationId: 'list-deployments-by-app-uuid',
security: [
['bearerAuth' => []],
],