Summary
Overwrite Groups for a Job
Description
Overwrite the list of groups that have access to a job.
Route
PUT /workflow_engine/jobs/:id/groups
Roles
            authorization
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| id | string | yes | ID of job | 
| groups | array | yes | List of Group IDs | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| status | boolean | Status of overwrite. |