FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<notes-url>/update |
---|---|
Parent Resource | Notes |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
notes | Required Description: The new notes for the job. Set to an empty (zero-length) string to clear the job notes. |
Example 1: URL for updating the notes for job ID 5 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/notes/update?user=cjones¬es=New%20notes{ "success": true }
{ "success": true }