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

(-)a/api/v1/swagger/paths/checkouts.yaml (-1 / +20 lines)
Lines 21-26 Link Here
21
        description: By default, current checkouts are returned, when this is true then
21
        description: By default, current checkouts are returned, when this is true then
22
          checked in checkouts are returned as result.
22
          checked in checkouts are returned as result.
23
        type: boolean
23
        type: boolean
24
      - name: x-koha-embed
25
        in: header
26
        required: false
27
        description: Embed list sent as a request header
28
        type: array
29
        items:
30
          type: string
31
          enum:
32
            - issuer
33
        collectionFormat: csv
24
    produces:
34
    produces:
25
      - application/json
35
      - application/json
26
    responses:
36
    responses:
Lines 61-66 Link Here
61
    summary: Get checkout
71
    summary: Get checkout
62
    parameters:
72
    parameters:
63
      - $ref: "../swagger.yaml#/parameters/checkout_id_pp"
73
      - $ref: "../swagger.yaml#/parameters/checkout_id_pp"
74
      - name: x-koha-embed
75
        in: header
76
        required: false
77
        description: Embed list sent as a request header
78
        type: array
79
        items:
80
          type: string
81
          enum:
82
            - issuer
83
        collectionFormat: csv
64
    produces:
84
    produces:
65
      - application/json
85
      - application/json
66
    responses:
86
    responses:
67
- 

Return to bug 29810