We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1fc5 commit 3d3143dCopy full SHA for 3d3143d
src/bundle/Resources/config/api_platform.yml
@@ -58,3 +58,12 @@ services:
58
- '@@IbexaRestBundle/Resources/api_platform/schemas/user/token_schemas.yml'
59
- '@@IbexaRestBundle/Resources/api_platform/schemas/user/user_groups_schemas.yml'
60
- '@@IbexaRestBundle/Resources/api_platform/schemas/user/users_schemas.yml'
61
+
62
+ # OpenAPI Command
63
64
+ ibexa.api_platform.openapi.command:
65
+ parent: api_platform.openapi.command
66
+ arguments:
67
+ index_0: '@ibexa.api_platform.ibexa_openapi.factory'
68
+ tags:
69
+ - { name: 'console.command', command: 'ibexa:openapi' }
0 commit comments