Summary
Replace all GBAC from a Job with the provided list
Description
Replace all groups from the groups array of a Job with the provided group array.
Route
PUT /operations-manager/jobs/:jobId/groups
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
jobId | string | yes | The id of the Job to modify. |
groups | array | yes | Array of group ids to set on the Job. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The result of the replace groups operation. |