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

(-)a/api/v1/swagger/definitions/suggestion.yaml (+25 lines)
Lines 191-196 properties: Link Here
191
      - boolean
191
      - boolean
192
      - "null"
192
      - "null"
193
    description: archived (processed) suggestion
193
    description: archived (processed) suggestion
194
  suggester:
195
    type:
196
      - object
197
      - "null"
198
    description: suggester details
199
  manager:
200
    type:
201
      - object
202
      - "null"
203
    description: suggestion manager details
204
  last_modifier:
205
    type:
206
      - object
207
      - "null"
208
    description: last member to modify the suggestion
209
  library:
210
    type:
211
      - object
212
      - "null"
213
    description: branch the suggestion belongs to
214
  fund:
215
    type:
216
      - object
217
      - "null"
218
    description: fund the suggestion would be spent against
194
  _strings:
219
  _strings:
195
    type:
220
    type:
196
      - object
221
      - object
(-)a/api/v1/swagger/paths/suggestions.yaml (-1 / +6 lines)
Lines 24-29 Link Here
24
          type: string
24
          type: string
25
          enum:
25
          enum:
26
            - +strings
26
            - +strings
27
            - suggester
28
            - suggester.category
29
            - manager
30
            - last_modifier
31
            - library
32
            - fund
27
        collectionFormat: csv
33
        collectionFormat: csv
28
    produces:
34
    produces:
29
      - application/json
35
      - application/json
30
- 

Return to bug 33430