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

(-)a/api/v1/swagger/definitions/basket.yaml (+5 lines)
Lines 89-92 properties: Link Here
89
      - integer
89
      - integer
90
      - "null"
90
      - "null"
91
    description: The number of days the basket is late (x-koha-embed)
91
    description: The number of days the basket is late (x-koha-embed)
92
  authorizer:
93
    type:
94
      - object
95
      - "null"
96
    description: The authorizing patron (x-koha-embed)
92
additionalProperties: false
97
additionalProperties: false
(-)a/api/v1/swagger/paths/acquisitions_baskets.yaml (+2 lines)
Lines 22-30 Link Here
22
        items:
22
        items:
23
          type: string
23
          type: string
24
          enum:
24
          enum:
25
            - authorizer+strings
25
            - basket_group
26
            - basket_group
26
            - creator
27
            - creator
27
            - late_since_days
28
            - late_since_days
29
            - vendor
28
        collectionFormat: csv
30
        collectionFormat: csv
29
    produces:
31
    produces:
30
      - application/json
32
      - application/json
(-)a/api/v1/swagger/paths/acquisitions_orders.yaml (-1 / +6 lines)
Lines 73-86 Link Here
73
          type: string
73
          type: string
74
          enum:
74
          enum:
75
            - basket
75
            - basket
76
            - basket.authorizer+strings
76
            - basket.basket_group
77
            - basket.basket_group
77
            - basket.creator
78
            - basket.creator
78
            - basket.late_since_days
79
            - basket.late_since_days
80
            - basket.vendor
79
            - biblio
81
            - biblio
80
            - biblio.uncancelled_orders+count
82
            - biblio.uncancelled_orders+count
81
            - biblio.holds+count
83
            - biblio.holds+count
82
            - biblio.items+count
84
            - biblio.items+count
83
            - biblio.suggestions.suggester
85
            - biblio.suggestions.suggester
86
            - claims+count
84
            - creator
87
            - creator
85
            - fund
88
            - fund
86
            - fund.budget
89
            - fund.budget
Lines 201-214 Link Here
201
          type: string
204
          type: string
202
          enum:
205
          enum:
203
            - basket
206
            - basket
207
            - basket.authorizer+strings
204
            - basket.basket_group
208
            - basket.basket_group
205
            - basket.creator
209
            - basket.creator
206
            - basket.late_since_days
210
            - basket.late_since_days
211
            - basket.vendor
207
            - biblio
212
            - biblio
208
            - biblio.uncancelled_orders+count
213
            - biblio.uncancelled_orders+count
209
            - biblio.holds+count
214
            - biblio.holds+count
210
            - biblio.items+count
215
            - biblio.items+count
211
            - biblio.suggestions.suggester
216
            - biblio.suggestions.suggester
217
            - claims+count
212
            - fund
218
            - fund
213
            - current_item_level_holds+count
219
            - current_item_level_holds+count
214
            - invoice
220
            - invoice
215
- 

Return to bug 32266