|
Lines 351-356
Link Here
|
| 351 |
- $ref: "../swagger.yaml#/parameters/q_param" |
351 |
- $ref: "../swagger.yaml#/parameters/q_param" |
| 352 |
- $ref: "../swagger.yaml#/parameters/q_body" |
352 |
- $ref: "../swagger.yaml#/parameters/q_body" |
| 353 |
- $ref: "../swagger.yaml#/parameters/q_header" |
353 |
- $ref: "../swagger.yaml#/parameters/q_header" |
|
|
354 |
- name: x-koha-embed |
| 355 |
in: header |
| 356 |
required: false |
| 357 |
description: Embed list sent as a request header |
| 358 |
type: array |
| 359 |
items: |
| 360 |
type: string |
| 361 |
enum: |
| 362 |
- extended_attributes |
| 363 |
collectionFormat: csv |
| 354 |
responses: |
364 |
responses: |
| 355 |
"200": |
365 |
"200": |
| 356 |
description: A list of patrons |
366 |
description: A list of patrons |
|
Lines 448-453
Link Here
|
| 448 |
summary: Get patron |
458 |
summary: Get patron |
| 449 |
parameters: |
459 |
parameters: |
| 450 |
- $ref: "../swagger.yaml#/parameters/patron_id_pp" |
460 |
- $ref: "../swagger.yaml#/parameters/patron_id_pp" |
|
|
461 |
- name: x-koha-embed |
| 462 |
in: header |
| 463 |
required: false |
| 464 |
description: Embed list sent as a request header |
| 465 |
type: array |
| 466 |
items: |
| 467 |
type: string |
| 468 |
enum: |
| 469 |
- extended_attributes |
| 470 |
collectionFormat: csv |
| 451 |
produces: |
471 |
produces: |
| 452 |
- application/json |
472 |
- application/json |
| 453 |
responses: |
473 |
responses: |
| 454 |
- |
|
|