Lines 39-45
Link Here
|
39 |
"operationId": "getCheckout", |
39 |
"operationId": "getCheckout", |
40 |
"tags": ["patrons", "checkouts"], |
40 |
"tags": ["patrons", "checkouts"], |
41 |
"parameters": [{ |
41 |
"parameters": [{ |
42 |
"$ref": "../parameters.json#/checkoutIdPathParam" |
42 |
"$ref": "../parameters.json#/checkout_id_pp" |
43 |
}], |
43 |
}], |
44 |
"produces": ["application/json"], |
44 |
"produces": ["application/json"], |
45 |
"responses": { |
45 |
"responses": { |
Lines 69-75
Link Here
|
69 |
"operationId": "renewCheckout", |
69 |
"operationId": "renewCheckout", |
70 |
"tags": ["patrons", "checkouts"], |
70 |
"tags": ["patrons", "checkouts"], |
71 |
"parameters": [{ |
71 |
"parameters": [{ |
72 |
"$ref": "../parameters.json#/checkoutIdPathParam" |
72 |
"$ref": "../parameters.json#/checkout_id_pp" |
73 |
}], |
73 |
}], |
74 |
"produces": ["application/json"], |
74 |
"produces": ["application/json"], |
75 |
"responses": { |
75 |
"responses": { |
76 |
- |
|
|