forked from loafle/openapi-generator-original
Fix the missing tag on FakeApi (#7952)
This commit is contained in:
committed by
William Cheng
parent
4a5d16b236
commit
35d681b254
@@ -921,6 +921,8 @@ paths:
|
||||
description: successful operation
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
tags:
|
||||
- fake
|
||||
operationId: testBodyWithQueryParams
|
||||
parameters:
|
||||
- name: body
|
||||
|
||||
Reference in New Issue
Block a user