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 / +14 lines)
Lines 100-110 Link Here
100
            },
100
            },
101
            "x-koha-embed": [
101
            "x-koha-embed": [
102
                "basket",
102
                "basket",
103
                "biblio",
104
                "biblio.active_orders_count",
105
                "biblio.holds_count",
106
                "biblio.items_count",
107
                "biblio.suggestions.suggester",
103
                "fund",
108
                "fund",
109
                "holds_count",
104
                "invoice",
110
                "invoice",
105
                "subscription",
106
                "items",
111
                "items",
107
                "biblio"
112
                "subscription"
108
            ]
113
            ]
109
        },
114
        },
110
        "post": {
115
        "post": {
Lines 240-250 Link Here
240
            },
245
            },
241
            "x-koha-embed": [
246
            "x-koha-embed": [
242
                "basket",
247
                "basket",
248
                "biblio",
249
                "biblio.active_orders_count",
250
                "biblio.holds_count",
251
                "biblio.items_count",
252
                "biblio.suggestions.suggester",
243
                "fund",
253
                "fund",
254
                "holds_count",
244
                "invoice",
255
                "invoice",
245
                "subscription",
246
                "items",
256
                "items",
247
                "biblio"
257
                "subscription"
248
            ]
258
            ]
249
        },
259
        },
250
        "put": {
260
        "put": {
251
- 

Return to bug 20212