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

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

Return to bug 29810