updateItemInfo
FunctionupdateItemInfo(requestOptions: IItemInfoOptions): Promise<IItemInfoResponse>
Update an info file associated with an item. See the REST Documentation for more information.
import { updateItemInfo } from "@esri/arcgis-rest-portal";
updateItemInfo({
id: '3ef',
file: file,
authentication
})
.then(response)
Parameters
Parameter | Type | Notes |
---|---|---|
request | IItemInfoOptions | Options for the request |
Returns
Promise<IItemInfoResponse>
A Promise that updates an item info file.