- URL:
- https://[root]/community/users/[userName]/tasks/[taskID]/runs/[runID]/update
- Methods:
- POST
- Version Introduced:
- ArcGIS Enterprise 10.8.1
Example usage
The following is a sample ArcGIS Online POST request for the update operation:
POST /sharing/rest/community/users/NBadmin/tasks/308a978eeea1487bb9a46a14c4545b44/runs/8b8c7778ec2d4d8886cd2aa0aaf77ed9/update HTTP/1.1
Host: org.arcgis.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
status=executing&result=&f=pjsonThe following is a sample ArcGIS Enterprise POST request for the update operation:
POST /webadaptor/sharing/rest/community/users/NBadmin/tasks/308a978eeea1487bb9a46a14c4545b44/runs/8b8c7778ec2d4d8886cd2aa0aaf77ed9/update HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
status=executing&result=&f=pjsonDescription
The update operation edits an existing run for a scheduled task.
Request parameters
| Parameter | Details | 
|---|---|
| 
 (Required) | Status of the run. Values:  | 
| 
 (Optional) | Result string for the run. | 
| 
 | The response format. The default value is  Values:  | 
JSON Response example
{
  "success": true,
  "taskId": "308a978eeea1487bb9a46a14c4545b44",
  "runId": "8b8c7778ec2d4d8886cd2aa0aaf77ed9"
}