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

(-)a/api/v1/swagger/paths/biblios_item_groups.yaml (-1 / +3 lines)
Lines 74-79 Link Here
74
          display_order:
74
          display_order:
75
            type: integer
75
            type: integer
76
            description: Position in waiting queue
76
            description: Position in waiting queue
77
        additionalProperties: false
77
    produces:
78
    produces:
78
    - application/yaml
79
    - application/yaml
79
    responses:
80
    responses:
Lines 188-193 Link Here
188
          display_order:
189
          display_order:
189
            type: integer
190
            type: integer
190
            description: Position in waiting queue
191
            description: Position in waiting queue
192
        additionalProperties: false
191
    produces:
193
    produces:
192
    - application/yaml
194
    - application/yaml
193
    responses:
195
    responses:
Lines 299-304 Link Here
299
          item_id:
301
          item_id:
300
            type: integer
302
            type: integer
301
            description: Internal identifier for an item to be linked
303
            description: Internal identifier for an item to be linked
304
        additionalProperties: false
302
    produces:
305
    produces:
303
    - application/yaml
306
    - application/yaml
304
    responses:
307
    responses:
305
- 

Return to bug 24857