Lines 221-226
Link Here
|
221 |
type: string |
221 |
type: string |
222 |
enum: |
222 |
enum: |
223 |
- any |
223 |
- any |
|
|
224 |
- bad_address |
225 |
- card_lost |
226 |
- debt_limit |
227 |
- expired |
228 |
- hold_limit |
229 |
- restricted |
224 |
collectionFormat: csv |
230 |
collectionFormat: csv |
225 |
consumes: |
231 |
consumes: |
226 |
- application/json |
232 |
- application/json |
Lines 247-252
Link Here
|
247 |
description: Borrower not found |
253 |
description: Borrower not found |
248 |
schema: |
254 |
schema: |
249 |
$ref: "../swagger.yaml#/definitions/error" |
255 |
$ref: "../swagger.yaml#/definitions/error" |
|
|
256 |
"409": |
257 |
description: | |
258 |
Conflict. Possible `error_code` attribute values: |
259 |
|
260 |
* `bad_address` |
261 |
* `card_lost` |
262 |
* `debt_limit` |
263 |
* `expired` |
264 |
* `hold_limit` |
265 |
* `restricted` |
266 |
schema: |
267 |
$ref: "../swagger.yaml#/definitions/error" |
250 |
"500": |
268 |
"500": |
251 |
description: | |
269 |
description: | |
252 |
Internal server error. Possible `error_code` attribute values: |
270 |
Internal server error. Possible `error_code` attribute values: |
253 |
- |
|
|