fix: api -> application patch endpoint

This commit is contained in:
Andras Bacsai
2024-07-25 11:53:57 +02:00
parent 321c51f8ed
commit 4b29636b42
2 changed files with 220 additions and 220 deletions

View File

@@ -1320,7 +1320,7 @@ class ApplicationsController extends Controller
#[OA\Patch(
summary: 'Update',
description: 'Update application by UUID.',
path: '/applications',
path: '/applications/{uuid}',
security: [
['bearerAuth' => []],
],