Pausing the Task
Use this API to pause the task.
Pausing the Task
The API parameters are listed in Table 1: Pause Task.
Parameters | Name | Required | Description |
---|---|---|---|
Headers | ContentType |
Yes | Format must be Content-Type:application/json . |
Headers | Authorization |
Yes | Contains information about the authentication access token.
Format must be Bearer 'access token . |
Path | Id |
Yes | Contains the task ID . |
Request
PUT {connector}/tasks/{id}/stop
Response
200 Task #{task id} has been stopped.