From 8c51f6a431a80eb7c3a7a760352a70cf987a40b2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Jun 2022 15:56:59 +0200 Subject: [PATCH] Bug 30903: Fix POST /quote quote_id should not be required Signed-off-by: Fridolin Somers --- api/v1/swagger/definitions/quote.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/swagger/definitions/quote.yaml b/api/v1/swagger/definitions/quote.yaml index 0af727ee40..d5abed8eaa 100644 --- a/api/v1/swagger/definitions/quote.yaml +++ b/api/v1/swagger/definitions/quote.yaml @@ -19,6 +19,5 @@ properties: - "null" additionalProperties: false required: - - quote_id - source - text -- 2.35.3