updateAttachment
updateAttachment
FunctionupdateAttachment(requestOptions: IUpdateAttachmentOptions): Promise<{ updateAttachmentResult: IEditFeatureResult }>
Update a related attachment to a feature by id. See Update Attachment for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IUpdateAttachmentOptions | Options for the request. |
Returns
Promise<{ updateAttachmentResult: IEditFeatureResult }>
A Promise that will resolve with the updateAttachment()
response.