From 3a1fb3e128fb178dbd7300fd49a3c647c853906b 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 Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- 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.20.1