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 735b43c commit 866cce1Copy full SHA for 866cce1
core/swagger.md
@@ -18,7 +18,7 @@ the `GET` operation of `/foos` path
18
# api/config/services.yaml
19
services:
20
'App\Swagger\SwaggerDecorator':
21
- decorates: 'api_platform.swagger.normalizer.documentation'
+ decorates: 'api_platform.swagger.normalizer.api_gateway'
22
arguments: [ '@App\Swagger\SwaggerDecorator.inner' ]
23
autoconfigure: false
24
```
0 commit comments