Summary
Add watchers to a Job
Description
Adds user ids to the list of watchers on a Job.
Route
POST /operations-manager/jobs/:jobId/add-watchers
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
jobId | string | yes | The id of the Job to assign watchers to. |
userIds | array | yes | The ids of users to add as watchers of the Job. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The result of the add watchers operation. |