|
Lines 130-137
definitions:
Link Here
|
| 130 |
$ref: ./definitions/patron_balance.yaml |
130 |
$ref: ./definitions/patron_balance.yaml |
| 131 |
patron_extended_attribute: |
131 |
patron_extended_attribute: |
| 132 |
$ref: ./definitions/patron_extended_attribute.yaml |
132 |
$ref: ./definitions/patron_extended_attribute.yaml |
| 133 |
patron_image: |
|
|
| 134 |
$ref: ./definitions/patron_image.yaml |
| 135 |
preservation_config: |
133 |
preservation_config: |
| 136 |
$ref: ./definitions/preservation_config.yaml |
134 |
$ref: ./definitions/preservation_config.yaml |
| 137 |
preservation_train: |
135 |
preservation_train: |
|
Lines 425-432
paths:
Link Here
|
| 425 |
$ref: "./paths/patrons_extended_attributes.yaml#/~1patrons~1{patron_id}~1extended_attributes~1{extended_attribute_id}" |
423 |
$ref: "./paths/patrons_extended_attributes.yaml#/~1patrons~1{patron_id}~1extended_attributes~1{extended_attribute_id}" |
| 426 |
"/patrons/{patron_id}/holds": |
424 |
"/patrons/{patron_id}/holds": |
| 427 |
$ref: "./paths/patrons_holds.yaml#/~1patrons~1{patron_id}~1holds" |
425 |
$ref: "./paths/patrons_holds.yaml#/~1patrons~1{patron_id}~1holds" |
| 428 |
"/patrons/{patron_id}/image": |
426 |
"/patrons/{patron_id}/default_image": |
| 429 |
$ref: "./paths/patrons_image.yaml#/~1patrons~1{patron_id}~1image" |
427 |
$ref: "./paths/patrons_image.yaml#/~1patrons~1{patron_id}~1default_image" |
| 430 |
"/patrons/{patron_id}/password": |
428 |
"/patrons/{patron_id}/password": |
| 431 |
$ref: "./paths/patrons_password.yaml#/~1patrons~1{patron_id}~1password" |
429 |
$ref: "./paths/patrons_password.yaml#/~1patrons~1{patron_id}~1password" |
| 432 |
"/patrons/{patron_id}/password/expiration_date": |
430 |
"/patrons/{patron_id}/password/expiration_date": |
| 433 |
- |
|
|