/api/v2/bpm/projects/{project_id}/processes
Метод упроизводит отвязку процесса (приложения) от проекта, делает процесс неактивным
Path Parameters
- project_id integer required
ID проекта. Проект это глобальная сущность системы, которая может содержать в себе набор процессов (готовых приложений)
Example: 358
Header Parameters
- Authorization stringExample: {{token}}
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Process ID:1479 successfully detached from Project ID: 19.",
"response": {}
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Process ID:1447 not detached to Project: 18.",
"response": {}
}
Loading...