Summary
Add Group to Job
Description
Add a group to the list of groups for a job.
Route
POST /workflow_engine/jobs/:id/groups
Roles
authorization
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | ID of job |
| group | string | yes | A Group id |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| status | boolean | Status of adding a group to a job. |