View | Details | Raw Unified | Return to bug 32942
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/suggestion.yaml (-2 / +10 lines)
Lines 64-70 properties: Link Here
64
    description: date the suggestion was last modified
64
    description: date the suggestion was last modified
65
  status:
65
  status:
66
    type: string
66
    type: string
67
    description: Suggestion status
67
    description: |
68
      Suggestion status. Possible values are:
69
70
      * `ASKED`
71
      * `CHECKED`
72
      * `ACCEPTED`
73
      * `REJECTED`
74
      * `ORDERED`
75
      * `AVAILABLE`
76
      * Values from the `SUGGEST_STATUS` av cateogry
68
  note:
77
  note:
69
    type:
78
    type:
70
      - string
79
      - string
71
- 

Return to bug 32942