From cdcd473ab8c12209b2cfe680f165bef79094d7ed Mon Sep 17 00:00:00 2001 From: Jan Boerman Date: Wed, 22 Nov 2023 11:24:11 +0100 Subject: [PATCH] Describe success responses for DELETE operations. --- src/main/resources/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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':