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)
*/
@ApiOperation(
tags = { },
value = "",
nickname = "get",
notes = ""
@ -68,7 +67,6 @@ public interface DefaultApi {
* @return Invalid input (status code 405)
*/
@ApiOperation(
tags = { },
value = "",
nickname = "updatePetWithForm",
notes = "update with form data"