Skip to content

Commit

Permalink
docs(feature-service): add missing @params
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/arcgis-rest-feature-service
  • Loading branch information
COV-GIS committed May 15, 2018
1 parent fbc4f3c commit b0d96f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/arcgis-rest-feature-service/src/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export interface IEditFeaturesParams extends IParams {
* add features request options
*
* @param url - layer service url
* @param adds - array of features to add
* @param params - query parameters to be sent to the feature service
*/
export interface IAddFeaturesRequestOptions extends IRequestOptions {
Expand Down Expand Up @@ -215,6 +216,7 @@ export function addFeatures(
* update features request options
*
* @param url - layer service url
* @param updates - array of features to update
* @param params - query parameters to be sent to the feature service
*/
export interface IUpdateFeaturesRequestOptions extends IRequestOptions {
Expand Down Expand Up @@ -264,6 +266,7 @@ export interface IDeleteFeaturesParams
* delete features request options
*
* @param url - layer service url
* @param deletes - array of objectIds to delete
* @param params - query parameters to be sent to the feature service
*/
export interface IDeleteFeaturesRequestOptions extends IRequestOptions {
Expand Down

0 comments on commit b0d96f1

Please sign in to comment.