|
Lines 289-296
paths:
Link Here
|
| 289 |
$ref: "./paths/biblios.yaml#/~1biblios~1{biblio_id}~1items" |
289 |
$ref: "./paths/biblios.yaml#/~1biblios~1{biblio_id}~1items" |
| 290 |
"/biblios/{biblio_id}/items/{item_id}": |
290 |
"/biblios/{biblio_id}/items/{item_id}": |
| 291 |
$ref: "./paths/biblios.yaml#/~1biblios~1{biblio_id}~1items~1{item_id}" |
291 |
$ref: "./paths/biblios.yaml#/~1biblios~1{biblio_id}~1items~1{item_id}" |
| 292 |
"/biblios/{biblio_id}/pickup_locations": |
|
|
| 293 |
$ref: "./paths/biblios.yaml#/~1biblios~1{biblio_id}~1pickup_locations" |
| 294 |
"/biblios/{biblio_id}/item_groups": |
292 |
"/biblios/{biblio_id}/item_groups": |
| 295 |
$ref: "./paths/biblios_item_groups.yaml#/~1biblios~1{biblio_id}~1item_groups" |
293 |
$ref: "./paths/biblios_item_groups.yaml#/~1biblios~1{biblio_id}~1item_groups" |
| 296 |
"/biblios/{biblio_id}/item_groups/{item_group_id}": |
294 |
"/biblios/{biblio_id}/item_groups/{item_group_id}": |
|
Lines 431-438
paths:
Link Here
|
| 431 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}" |
429 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}" |
| 432 |
"/holds/{hold_id}/pickup_location": |
430 |
"/holds/{hold_id}/pickup_location": |
| 433 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1pickup_location" |
431 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1pickup_location" |
| 434 |
"/holds/{hold_id}/pickup_locations": |
|
|
| 435 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1pickup_locations" |
| 436 |
"/holds/{hold_id}/priority": |
432 |
"/holds/{hold_id}/priority": |
| 437 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1priority" |
433 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1priority" |
| 438 |
"/holds/{hold_id}/suspension": |
434 |
"/holds/{hold_id}/suspension": |
|
Lines 471-478
paths:
Link Here
|
| 471 |
$ref: ./paths/items.yaml#/~1items~1{item_id}~1bundled_items |
467 |
$ref: ./paths/items.yaml#/~1items~1{item_id}~1bundled_items |
| 472 |
"/items/{item_id}/bundled_items/{bundled_item_id}": |
468 |
"/items/{item_id}/bundled_items/{bundled_item_id}": |
| 473 |
$ref: ./paths/items.yaml#/~1items~1{item_id}~1bundled_items~1{bundled_item_id} |
469 |
$ref: ./paths/items.yaml#/~1items~1{item_id}~1bundled_items~1{bundled_item_id} |
| 474 |
"/items/{item_id}/pickup_locations": |
|
|
| 475 |
$ref: "./paths/items.yaml#/~1items~1{item_id}~1pickup_locations" |
| 476 |
/jobs: |
470 |
/jobs: |
| 477 |
$ref: ./paths/jobs.yaml#/~1jobs |
471 |
$ref: ./paths/jobs.yaml#/~1jobs |
| 478 |
"/jobs/{job_id}": |
472 |
"/jobs/{job_id}": |
|
Lines 555-560
paths:
Link Here
|
| 555 |
$ref: ./paths/checkouts.yaml#/~1public~1checkouts~1availability |
549 |
$ref: ./paths/checkouts.yaml#/~1public~1checkouts~1availability |
| 556 |
"/public/items": |
550 |
"/public/items": |
| 557 |
$ref: "./paths/items.yaml#/~1public~1items" |
551 |
$ref: "./paths/items.yaml#/~1public~1items" |
|
|
552 |
"/public/items/{item_id}/pickup_locations": |
| 553 |
$ref: "./paths/items.yaml#/~1public~1items~1{item_id}~1pickup_locations" |
| 554 |
"/public/holds/{hold_id}/pickup_locations": |
| 555 |
$ref: "./paths/holds.yaml#/~1public~1holds~1{hold_id}~1pickup_locations" |
| 556 |
"/public/biblios/{biblio_id}/pickup_locations": |
| 557 |
$ref: "./paths/biblios.yaml#/~1public~1biblios~1{biblio_id}~1pickup_locations" |
| 558 |
"/public/biblios/{biblio_id}/items": |
558 |
"/public/biblios/{biblio_id}/items": |
| 559 |
$ref: "./paths/biblios.yaml#/~1public~1biblios~1{biblio_id}~1items" |
559 |
$ref: "./paths/biblios.yaml#/~1public~1biblios~1{biblio_id}~1items" |
| 560 |
"/public/biblios/{biblio_id}/ratings": |
560 |
"/public/biblios/{biblio_id}/ratings": |
| 561 |
- |
|
|