commitItemUpload
FunctioncommitItemUpload(requestOptions?: ICommitItemOptions): Promise<IUpdateItemResponse>
Commit is called once all parts are uploaded during a multipart Add Item or Update Item operation. See the REST Documentation for more information.
import { commitItemUpload } from "@esri/arcgis-rest-portal";
//
commitItemUpload({
id: "30e5fe3149c34df1ba922e6f5bbf808f",
authentication
})
.then(response)
Parameters
Parameter | Type | Notes |
---|---|---|
request | ICommitItemOptions | Options for the request |
Returns
Promise<IUpdateItemResponse>
A Promise to get the commit result.