Skip to content

Commit 8540feb

Browse files
authored
Update swagger.md
description is the good params
1 parent a176583 commit 8540feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class SwaggerDecorator implements NormalizerInterface
4646

4747
$customDefinition = [
4848
'name' => 'fields',
49-
'definition' => 'Fields to remove of the output',
49+
'description' => 'Fields to remove of the output',
5050
'default' => 'id',
5151
'in' => 'query',
5252
];

0 commit comments

Comments
 (0)