Summary
Unwatch a Job
Description
Remove the current user from the watchers list of a job.
Route
DELETE /workflow_engine/job/:job_id/watch
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | ID of the job to unwatch. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
username | string | User id removed from the watchers list. |