Lines 52-57
definitions:
Link Here
|
52 |
$ref: ./definitions/ill_backend.yaml |
52 |
$ref: ./definitions/ill_backend.yaml |
53 |
ill_backends: |
53 |
ill_backends: |
54 |
$ref: ./definitions/ill_backends.yaml |
54 |
$ref: ./definitions/ill_backends.yaml |
|
|
55 |
ill_status: |
56 |
$ref: ./definitions/ill_status.yaml |
57 |
ill_statuses: |
58 |
$ref: ./definitions/ill_statuses.yaml |
55 |
ill_request: |
59 |
ill_request: |
56 |
$ref: ./definitions/ill_request.yaml |
60 |
$ref: ./definitions/ill_request.yaml |
57 |
import_batch_profile: |
61 |
import_batch_profile: |
Lines 241-254
paths:
Link Here
|
241 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1priority" |
245 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1priority" |
242 |
"/holds/{hold_id}/suspension": |
246 |
"/holds/{hold_id}/suspension": |
243 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1suspension" |
247 |
$ref: "./paths/holds.yaml#/~1holds~1{hold_id}~1suspension" |
244 |
/ill_backends: |
248 |
/ill/backends: |
245 |
$ref: ./paths/ill_backends.yaml#/~1ill_backends |
249 |
$ref: ./paths/ill_backends.yaml#/~1ill~1backends |
246 |
"/ill_backends/{ill_backend_id}": |
250 |
"/ill/backends/{ill_backend_id}": |
247 |
$ref: "./paths/ill_backends.yaml#/~1ill_backends~1{ill_backend_id}" |
251 |
$ref: "./paths/ill_backends.yaml#/~1ill~1backends~1{ill_backend_id}" |
248 |
/illrequests: |
252 |
"/ill/backends/{ill_backend_id}/statuses": |
249 |
$ref: ./paths/illrequests.yaml#/~1illrequests |
253 |
$ref: "./paths/ill_backends.yaml#/~1ill~1backends~1{ill_backend_id}~1statuses" |
250 |
/ill_requests: |
254 |
/ill/requests: |
251 |
$ref: ./paths/illrequests.yaml#/~1ill_requests |
255 |
$ref: ./paths/ill_requests.yaml#/~1ill~1requests |
252 |
"/import_batches/{import_batch_id}/records/{import_record_id}/matches/chosen": |
256 |
"/import_batches/{import_batch_id}/records/{import_record_id}/matches/chosen": |
253 |
$ref: "./paths/import_batches.yaml#/~1import_batches~1{import_batch_id}~1records~1{import_record_id}~1matches~1chosen" |
257 |
$ref: "./paths/import_batches.yaml#/~1import_batches~1{import_batch_id}~1records~1{import_record_id}~1matches~1chosen" |
254 |
/import_batch_profiles: |
258 |
/import_batch_profiles: |
Lines 785-794
tags:
Link Here
|
785 |
name: holds |
789 |
name: holds |
786 |
x-displayName: Holds |
790 |
x-displayName: Holds |
787 |
- description: "Manage ILL module backends\n" |
791 |
- description: "Manage ILL module backends\n" |
788 |
name: illbackends |
792 |
name: ill_backends |
789 |
x-displayName: ILL backends |
793 |
x-displayName: ILL backends |
790 |
- description: "Manage ILL requests\n" |
794 |
- description: "Manage ILL requests\n" |
791 |
name: illrequests |
795 |
name: ill_requests |
792 |
x-displayName: ILL requests |
796 |
x-displayName: ILL requests |
793 |
- description: "Manage import batches\n" |
797 |
- description: "Manage import batches\n" |
794 |
name: import_batches |
798 |
name: import_batches |