@@ -, +, @@ --- api/v1/swagger/definitions/suggestion.yaml | 5 +++++ 1 file changed, 5 insertions(+) --- a/api/v1/swagger/definitions/suggestion.yaml +++ a/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 --