Lines 190-195
Link Here
|
190 |
produces: |
190 |
produces: |
191 |
- application/json |
191 |
- application/json |
192 |
parameters: |
192 |
parameters: |
|
|
193 |
- description: Provider name |
194 |
in: path |
195 |
name: provider |
196 |
required: true |
197 |
type: string |
193 |
- description: A JSON object containing information about the new title |
198 |
- description: A JSON object containing information about the new title |
194 |
in: body |
199 |
in: body |
195 |
name: body |
200 |
name: body |
Lines 304-309
Link Here
|
304 |
produces: |
309 |
produces: |
305 |
- application/json |
310 |
- application/json |
306 |
parameters: |
311 |
parameters: |
|
|
312 |
- description: Provider name |
313 |
in: path |
314 |
name: provider |
315 |
required: true |
316 |
type: string |
307 |
- $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp" |
317 |
- $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp" |
308 |
- name: body |
318 |
- name: body |
309 |
in: body |
319 |
in: body |
Lines 366-371
Link Here
|
366 |
produces: |
376 |
produces: |
367 |
- application/json |
377 |
- application/json |
368 |
parameters: |
378 |
parameters: |
|
|
379 |
- description: Provider name |
380 |
in: path |
381 |
name: provider |
382 |
required: true |
383 |
type: string |
369 |
- $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp" |
384 |
- $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp" |
370 |
responses: |
385 |
responses: |
371 |
204: |
386 |
204: |
Lines 403-409
Link Here
|
403 |
x-koha-authorization: |
418 |
x-koha-authorization: |
404 |
permissions: |
419 |
permissions: |
405 |
erm: 1 |
420 |
erm: 1 |
406 |
|
|
|
407 |
/erm/eholdings/local/titles/import: |
421 |
/erm/eholdings/local/titles/import: |
408 |
post: |
422 |
post: |
409 |
x-mojo-to: ERM::EHoldings::Titles#import_from_list |
423 |
x-mojo-to: ERM::EHoldings::Titles#import_from_list |