🔄 Запуск расследования
Code samples
GET /api/investigations/{id}/run
🛠️ Параметры
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | integer | true | Код расследования |
Example responses
200 Response
{
"status": "run"
}
🔁 Ответы
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Successful operation | Inline |
📋 Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» status | string | false | none | Статус запуска |