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

(-)a/api/v1/swagger/definitions/order.json (+4 lines)
Lines 302-307 Link Here
302
                "null"
302
                "null"
303
            ]
303
            ]
304
        },
304
        },
305
        "holds_count": {
306
            "type": "integer",
307
            "description": "Holds count for associated items"
308
        },
305
        "fund": {
309
        "fund": {
306
            "type": [
310
            "type": [
307
                "object",
311
                "object",
(-)a/api/v1/swagger/paths/acquisitions_orders.json (-5 / +18 lines)
Lines 100-110 Link Here
100
            },
100
            },
101
            "x-koha-embed": [
101
            "x-koha-embed": [
102
                "basket",
102
                "basket",
103
                "basket.basket_group",
104
                "basket.creator",
105
                "biblio",
106
                "biblio.active_orders_count",
107
                "biblio.holds_count",
108
                "biblio.items_count",
109
                "biblio.suggestions.suggester",
103
                "fund",
110
                "fund",
111
                "holds_count",
104
                "invoice",
112
                "invoice",
105
                "subscription",
106
                "items",
113
                "items",
107
                "biblio"
114
                "subscription"
108
            ]
115
            ]
109
        },
116
        },
110
        "post": {
117
        "post": {
Lines 240-250 Link Here
240
            },
247
            },
241
            "x-koha-embed": [
248
            "x-koha-embed": [
242
                "basket",
249
                "basket",
250
                "basket.basket_group",
251
                "basket.creator",
252
                "biblio",
253
                "biblio.active_orders_count",
254
                "biblio.holds_count",
255
                "biblio.items_count",
256
                "biblio.suggestions.suggester",
243
                "fund",
257
                "fund",
258
                "holds_count",
244
                "invoice",
259
                "invoice",
245
                "subscription",
246
                "items",
260
                "items",
247
                "biblio"
261
                "subscription"
248
            ]
262
            ]
249
        },
263
        },
250
        "put": {
264
        "put": {
251
- 

Return to bug 20212