mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-29 04:50:51 +00:00
update samples
This commit is contained in:
parent
bd48108818
commit
376bf6cd34
@ -39,7 +39,6 @@ public interface DefaultApi {
|
|||||||
* @return OK (status code 200)
|
* @return OK (status code 200)
|
||||||
*/
|
*/
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
tags = { },
|
|
||||||
value = "",
|
value = "",
|
||||||
nickname = "get",
|
nickname = "get",
|
||||||
notes = ""
|
notes = ""
|
||||||
@ -68,7 +67,6 @@ public interface DefaultApi {
|
|||||||
* @return Invalid input (status code 405)
|
* @return Invalid input (status code 405)
|
||||||
*/
|
*/
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
tags = { },
|
|
||||||
value = "",
|
value = "",
|
||||||
nickname = "updatePetWithForm",
|
nickname = "updatePetWithForm",
|
||||||
notes = "update with form data"
|
notes = "update with form data"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user