Loading custom limits.
{
"risks": [
{
"id": 0,
"limit": 0
}
]
}
| № | Название поля | Описание |
|---|---|---|
| 1 | risks |
Array of limits. |
| 1.1 | risks/id |
Integer identifier of the user's category. |
| 1.2 | risks/limit |
Custom limits set by the user. |
| Code | Description |
|---|---|
| 204 | The user category number was updated successfully. |
| 400 | Invalid request. The request was formulated incorrectly. |
| 401 | Unauthorized. The client did not provide a token, its action has expired, or the token is not valid. The client should renew the access token (if previously authorized) or undergo authorization. |
| 403 | Forbidden. No rights to access the requested resource. |
| 404 | Not Found. The requested resource cannot be found. |