View | Details | Raw Unified | Return to bug 29810
Collapse All | Expand All

(-)a/api/v1/swagger/paths/patrons.yaml (-1 / +20 lines)
Lines 352-357 Link Here
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
      - $ref: "../swagger.yaml#/parameters/request_id_header"
354
      - $ref: "../swagger.yaml#/parameters/request_id_header"
355
      - name: x-koha-embed
356
        in: header
357
        required: false
358
        description: Embed list sent as a request header
359
        type: array
360
        items:
361
          type: string
362
          enum:
363
            - extended_attributes
364
        collectionFormat: csv
355
    responses:
365
    responses:
356
      "200":
366
      "200":
357
        description: A list of patrons
367
        description: A list of patrons
Lines 455-460 Link Here
455
    summary: Get patron
465
    summary: Get patron
456
    parameters:
466
    parameters:
457
      - $ref: "../swagger.yaml#/parameters/patron_id_pp"
467
      - $ref: "../swagger.yaml#/parameters/patron_id_pp"
468
      - name: x-koha-embed
469
        in: header
470
        required: false
471
        description: Embed list sent as a request header
472
        type: array
473
        items:
474
          type: string
475
          enum:
476
            - extended_attributes
477
        collectionFormat: csv
458
    produces:
478
    produces:
459
      - application/json
479
      - application/json
460
    responses:
480
    responses:
461
- 

Return to bug 29810