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 3ddbf67 commit bf80f43Copy full SHA for bf80f43
examples/axum-example/tests/snapshots/integration_test__openapi.snap
@@ -494,6 +494,9 @@ expression: "std::fs::read_to_string(\"openapi.json\").unwrap()"
494
"/hello": {
495
"get": {
496
"operationId": "mod_file_endpoint",
497
+ "tags": [
498
+ "hello"
499
+ ],
500
"responses": {
501
"200": {
502
"description": "Successful response",
@@ -1708,5 +1711,10 @@ expression: "std::fs::read_to_string(\"openapi.json\").unwrap()"
1708
1711
]
1709
1712
}
1710
1713
- }
1714
+ },
1715
1716
+ {
1717
+ "name": "hello"
1718
+ }
1719
+ ]
1720
0 commit comments