/api/v2/bpm/auth/settings/languages
??? Метод возвращает список языков для перевода интерфейса приложения (процесса), которые может выбирать пользователь.
Header Parameters
- Authorization stringExample: {{bearer_token}}
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": [
{
"lang_name": "ru"
}
],
"preparingsTime": 0.019
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.004
}
Loading...