Lines 43-48
Link Here
|
43 |
type: array |
43 |
type: array |
44 |
items: |
44 |
items: |
45 |
$ref: "../swagger.yaml#/definitions/transfer_limit" |
45 |
$ref: "../swagger.yaml#/definitions/transfer_limit" |
|
|
46 |
"400": |
47 |
description: Bad request |
48 |
schema: |
49 |
$ref: "../swagger.yaml#/definitions/error" |
50 |
"401": |
51 |
description: Authentication required |
52 |
schema: |
53 |
$ref: "../swagger.yaml#/definitions/error" |
54 |
"403": |
55 |
description: Access forbidden |
56 |
schema: |
57 |
$ref: "../swagger.yaml#/definitions/error" |
46 |
"500": |
58 |
"500": |
47 |
description: | |
59 |
description: | |
48 |
Internal server error. Possible `error_code` attribute values: |
60 |
Internal server error. Possible `error_code` attribute values: |
Lines 231-236
Link Here
|
231 |
type: array |
243 |
type: array |
232 |
items: |
244 |
items: |
233 |
$ref: "../swagger.yaml#/definitions/transfer_limit" |
245 |
$ref: "../swagger.yaml#/definitions/transfer_limit" |
|
|
246 |
"400": |
247 |
description: Bad request |
248 |
schema: |
249 |
$ref: "../swagger.yaml#/definitions/error" |
250 |
"401": |
251 |
description: Authentication required |
252 |
schema: |
253 |
$ref: "../swagger.yaml#/definitions/error" |
254 |
"403": |
255 |
description: Access forbidden |
256 |
schema: |
257 |
$ref: "../swagger.yaml#/definitions/error" |
234 |
"500": |
258 |
"500": |
235 |
description: | |
259 |
description: | |
236 |
Internal server error. Possible `error_code` attribute values: |
260 |
Internal server error. Possible `error_code` attribute values: |
237 |
- |
|
|