From b25bb4025dfab1d57a3ce7c5c401ef063602d4bf Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Feb 2023 15:11:17 -0300 Subject: [PATCH] Bug 32942: (QA follow-up) Document possible values Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/suggestion.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/suggestion.yaml b/api/v1/swagger/definitions/suggestion.yaml index 2056188772c..bea2ab236d2 100644 --- a/api/v1/swagger/definitions/suggestion.yaml +++ b/api/v1/swagger/definitions/suggestion.yaml @@ -64,7 +64,16 @@ properties: description: date the suggestion was last modified status: type: string - description: Suggestion status + description: | + Suggestion status. Possible values are: + + * `ASKED` + * `CHECKED` + * `ACCEPTED` + * `REJECTED` + * `ORDERED` + * `AVAILABLE` + * Values from the `SUGGEST_STATUS` av cateogry note: type: - string -- 2.39.1