FRAMES | NO FRAMES Description | Parameters | Examples | Response
Update Notes (Operation)
URL http://<notes-url>/update
Parent Resource Notes

Description

Updates the notes for the job.

Parameters

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 Usage

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&notes=New%20notes

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }