update samples

This commit is contained in:
William Cheng 2022-02-10 14:46:51 +08:00
parent bd48108818
commit 376bf6cd34

View File

@ -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"