applyEdits
applyEdits
FunctionapplyEdits(requestOptions: IApplyEditsOptions): Promise<IApplyEditsResult>
Apply edits request. See the REST Documentation for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IApplyEditsOptions | Options for the request. |
Returns
Promise<IApplyEditsResult>
A Promise that will resolve with the applyEdits response.