Lines 50-55
Link Here
|
50 |
}, |
50 |
}, |
51 |
{ |
51 |
{ |
52 |
"$ref": "../parameters.json#/per_page" |
52 |
"$ref": "../parameters.json#/per_page" |
|
|
53 |
}, |
54 |
{ |
55 |
"$ref": "../parameters.json#/q_param" |
56 |
}, |
57 |
{ |
58 |
"$ref": "../parameters.json#/q_body" |
59 |
}, |
60 |
{ |
61 |
"$ref": "../parameters.json#/q_header" |
53 |
} |
62 |
} |
54 |
], |
63 |
], |
55 |
"responses": { |
64 |
"responses": { |
Lines 100-110
Link Here
|
100 |
}, |
109 |
}, |
101 |
"x-koha-embed": [ |
110 |
"x-koha-embed": [ |
102 |
"basket", |
111 |
"basket", |
|
|
112 |
"basket.basket_group", |
113 |
"basket.creator", |
114 |
"biblio", |
115 |
"biblio.active_orders+count", |
116 |
"biblio.holds+count", |
117 |
"biblio.items+count", |
118 |
"biblio.suggestions.suggester", |
103 |
"fund", |
119 |
"fund", |
|
|
120 |
"current_item_level_holds+count", |
104 |
"invoice", |
121 |
"invoice", |
105 |
"subscription", |
|
|
106 |
"items", |
122 |
"items", |
107 |
"biblio" |
123 |
"subscription" |
108 |
] |
124 |
] |
109 |
}, |
125 |
}, |
110 |
"post": { |
126 |
"post": { |
Lines 240-250
Link Here
|
240 |
}, |
256 |
}, |
241 |
"x-koha-embed": [ |
257 |
"x-koha-embed": [ |
242 |
"basket", |
258 |
"basket", |
|
|
259 |
"basket.basket_group", |
260 |
"basket.creator", |
261 |
"biblio", |
262 |
"biblio.active_orders+count", |
263 |
"biblio.holds+count", |
264 |
"biblio.items+count", |
265 |
"biblio.suggestions.suggester", |
243 |
"fund", |
266 |
"fund", |
|
|
267 |
"current_item_level_holds+count", |
244 |
"invoice", |
268 |
"invoice", |
245 |
"subscription", |
|
|
246 |
"items", |
269 |
"items", |
247 |
"biblio" |
270 |
"subscription" |
248 |
] |
271 |
] |
249 |
}, |
272 |
}, |
250 |
"put": { |
273 |
"put": { |
251 |
- |
|
|