mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
Fix the missing tag on FakeApi (#7952)
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user