From 507956c0f66887a7f65694db2d47c6a74babf8e1 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 16 Aug 2022 20:55:54 +0000 Subject: [PATCH] Bug 31374: Update API spec Signed-off-by: David Nind --- api/v1/swagger/definitions/suggestion.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/suggestion.yaml b/api/v1/swagger/definitions/suggestion.yaml index e09f445296..780773bd42 100644 --- a/api/v1/swagger/definitions/suggestion.yaml +++ b/api/v1/swagger/definitions/suggestion.yaml @@ -75,6 +75,11 @@ properties: - string - "null" description: note entered on the suggestion + privatenote: + type: + - string + - "null" + description: non-public note entered on the suggestion author: type: - string -- 2.30.2