Lines 97-115
Link Here
|
97 |
} |
97 |
} |
98 |
} |
98 |
} |
99 |
}, |
99 |
}, |
100 |
"/checkouts/{checkout_id}/renewability": { |
100 |
"/checkouts/{checkout_id}/allows_renewal": { |
101 |
"get": { |
101 |
"get": { |
102 |
"x-mojo-to": "Checkout#renewability", |
102 |
"x-mojo-to": "Checkouts#allows_renewal", |
103 |
"operationId": "renewabilityCheckout", |
103 |
"operationId": "allows_renewalCheckout", |
104 |
"tags": ["patrons", "checkouts"], |
104 |
"tags": ["patrons", "checkouts"], |
105 |
"parameters": [{ |
105 |
"parameters": [{ |
106 |
"$ref": "../parameters.json#/checkoutIdPathParam" |
106 |
"$ref": "../parameters.json#/checkout_id_pp" |
107 |
}], |
107 |
}], |
108 |
"produces": ["application/json"], |
108 |
"produces": ["application/json"], |
109 |
"responses": { |
109 |
"responses": { |
110 |
"200": { |
110 |
"200": { |
111 |
"description": "Checkout renewability", |
111 |
"description": "Checkout renewability information", |
112 |
"schema": { "$ref": "../definitions.json#/renewability" } |
112 |
"schema": { "$ref": "../definitions.json#/allows_renewal" } |
113 |
}, |
113 |
}, |
114 |
"403": { |
114 |
"403": { |
115 |
"description": "Forbidden", |
115 |
"description": "Forbidden", |