Skip to content

Commit 3539d83

Browse files
author
Michał Grzegorzewski
committed
fix(#2364): Allow adding params via ApiOperation tag
This commit fixes issue #2364 by enabling developers to specify parameters directly within the @apioperation decorator. This streamlines OpenAPI schema generation and improves developer experience with a more concise syntax for defining API operations that require specific input parameters.
1 parent b86c8c3 commit 3539d83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.changeset/itchy-jobs-create.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openapi-metadata": patch
3+
---
4+
5+
fix(#2364) for allowing to add params via ApiOperation tag

0 commit comments

Comments
 (0)