From 4fb89a0253e21b4da33650820ec77329492b0dc4 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 21 Dec 2023 15:58:11 +0000 Subject: [PATCH] Bug 32435: Add status to ticket_update definition --- api/v1/swagger/definitions/ticket_update.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/ticket_update.yaml b/api/v1/swagger/definitions/ticket_update.yaml index 8806ebe1f6e..7e956643123 100644 --- a/api/v1/swagger/definitions/ticket_update.yaml +++ b/api/v1/swagger/definitions/ticket_update.yaml @@ -31,6 +31,11 @@ properties: public: type: boolean description: Is this update intended to be sent to the patron + status: + type: + - string + - "null" + description: Status of the ticket after this update additionalProperties: true required: - message -- 2.43.0