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

(-)a/api/v1/swagger/definitions/basket.yaml (-1 / +6 lines)
Lines 84-87 properties: Link Here
84
      - null
84
      - null
85
    description: "When items should be created for orders in this basket (Options:
85
    description: "When items should be created for orders in this basket (Options:
86
      'ordering', 'receiving', 'cataloguing'. Null means system wide config)"
86
      'ordering', 'receiving', 'cataloguing'. Null means system wide config)"
87
additionalProperties: false
87
  late_since_days:
88
    type:
89
      - integer
90
      - "null"
91
    description: The number of days the basket is late (x-koha-embed)
92
additionalProperties: false
(-)a/api/v1/swagger/paths/acquisitions_baskets.yaml (+10 lines)
Lines 14-19 Link Here
14
      - $ref: "../swagger.yaml#/parameters/per_page"
14
      - $ref: "../swagger.yaml#/parameters/per_page"
15
      - $ref: "../swagger.yaml#/parameters/q_param"
15
      - $ref: "../swagger.yaml#/parameters/q_param"
16
      - $ref: "../swagger.yaml#/parameters/q_body"
16
      - $ref: "../swagger.yaml#/parameters/q_body"
17
      - name: x-koha-embed
18
        in: header
19
        required: false
20
        description: Embed list sent as a request header
21
        type: array
22
        items:
23
          type: string
24
          enum:
25
            - late_since_days
26
        collectionFormat: csv
17
    produces:
27
    produces:
18
      - application/json
28
      - application/json
19
    responses:
29
    responses:
(-)a/api/v1/swagger/paths/acquisitions_orders.yaml (-1 / +2 lines)
Lines 75-80 Link Here
75
            - basket
75
            - basket
76
            - basket.basket_group
76
            - basket.basket_group
77
            - basket.creator
77
            - basket.creator
78
            - basket.late_since_days
78
            - basket.vendor
79
            - basket.vendor
79
            - biblio
80
            - biblio
80
            - biblio.uncancelled_orders+count
81
            - biblio.uncancelled_orders+count
Lines 203-208 Link Here
203
            - basket
204
            - basket
204
            - basket.basket_group
205
            - basket.basket_group
205
            - basket.creator
206
            - basket.creator
207
            - basket.late_since_days
206
            - biblio
208
            - biblio
207
            - biblio.uncancelled_orders+count
209
            - biblio.uncancelled_orders+count
208
            - biblio.holds+count
210
            - biblio.holds+count
209
- 

Return to bug 39816