diff --git a/src/main/resources/openapi.yaml b/src/main/resources/openapi.yaml index 73697c1b..8b82bcd1 100644 --- a/src/main/resources/openapi.yaml +++ b/src/main/resources/openapi.yaml @@ -273,6 +273,8 @@ paths: type: integer format: int64 responses: + '200': + description: Successful operation '400': description: Invalid pet value security: @@ -415,6 +417,8 @@ paths: type: integer format: int64 responses: + '200': + description: Successful operation '400': description: Invalid ID supplied '404':