FRAMES | NO FRAMES Description | Parameters | Example
URL:http://server:port/arcgis/admin/services/[<folder>]/<serviceName.serviceType>/iteminfo/edit
HTTP Method:POST (multipart)
Parent Resource:Item Information
Required Privileges:Publisher or Administrator

Description

Edits the item information. This operation must be a multipart POST request with an optional image uploaded to the server (defined by the thumbnailFile parameter).

Parameters

Parameter Description
iteminfo A JSON object representing the metadata.
thumbnailFile An optional thumbnail image to be uploaded to the server.
f The response format. The default response format is html.
Values: html | json

Example

			
	http://server:port/arcgis/admin/services/Maps/MyMap.MapServer/iteminfo/edit
	iteminfo={
		"Culture": "en-US",
		"name": "usa",
		"thumbnail": "thumbnail/image.jpg",
		"guid": "FD09F5FF-4031-49D4-8BD3-B310728C8FF7",
		"catalogpath": "",
		"snippet": "",
		"description": "",
		"summary": "",
		"title": "usa.mxd",
		"tags": "",
		"type": "Service Definition",
		"Text": "",
		"typekeywords": [
			"Shapefile Feature Class",
			"ArcGIS",
			"Service Definition",
			".sd"
		],
		"documentation": "",
		"url": "",
		"datalastmodifiedtime": "",
		"extent": {
			"xmin": -178.217598362366,
			"ymin": 18.9247817993163,
			"xmax": -66.9692710360024,
			"ymax": 71.4071353542713
			},
		"spatialreference": "Unknown",
		"accessinformation": "",
		"licenseinfo": ""
	}
	thumbnailFile=<image>