We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d47b2 commit 4ae9d77Copy full SHA for 4ae9d77
springdoc-openapi-tests/springdoc-openapi-security-tests/src/test/resources/results/app6.json
@@ -84,8 +84,8 @@
84
"200": {
85
"description": "OK"
86
},
87
- "403": {
88
- "description": "Forbidden"
+ "401": {
+ "description": "Unauthorized"
89
}
90
91
springdoc-openapi-tests/springdoc-openapi-security-tests/src/test/resources/results/app8.json
@@ -41,13 +41,12 @@
41
42
43
44
45
46
47
48
49
50
51
- "components": {
52
- }
53
-}
+ "components": {}
+}
0 commit comments