Skip to content

Commit 35d681b

Browse files
ackintoshwing328
authored andcommitted
Fix the missing tag on FakeApi (#7952)
1 parent 4a5d16b commit 35d681b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,8 @@ paths:
921921
description: successful operation
922922
/fake/body-with-query-params:
923923
put:
924+
tags:
925+
- fake
924926
operationId: testBodyWithQueryParams
925927
parameters:
926928
- name: body

0 commit comments

Comments
 (0)