refactor: Update OpenApi command to generate documentation

This commit is contained in:
Andras Bacsai
2024-08-13 13:27:50 +02:00
parent de34150451
commit 094499e1a3
3 changed files with 29 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ class ApplicationsController extends Controller
#[OA\Post(
summary: 'Create (Private - GH App)',
description: 'Create new application based on a private repository through a Github App.',
path: '/applications/private-gh-app',
path: '/applications/private-github-app',
security: [
['bearerAuth' => []],
],