Summary
Add watchers to a job
Description
Add users to the watchers list of a job by job ID and username.
Route
POST /workflow_engine/job/watchers/watch
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | ID of the job to watch. |
| watchers | array | yes | Users to add to watchers list. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| watchers | array | User IDs added to the watchers list. |