From b2b517332c3cad42a6ccce0aacb76b585ae780e3 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Wed, 6 Dec 2023 11:13:46 -0300 Subject: [PATCH] fixup! feat: openapi for application management adding 204 to delete, in case it can be satisfied immediately --- api/management.openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/management.openapi.yaml b/api/management.openapi.yaml index f7645bc4a..3f5c74e96 100644 --- a/api/management.openapi.yaml +++ b/api/management.openapi.yaml @@ -126,6 +126,8 @@ paths: responses: "202": description: Delete request accepted + "204": + description: Delete successful "400": $ref: "#/components/responses/BadRequest" "404":