β‘οΈ update-features-spec
POST https://{{host}}.arcgis.com/{{org_id}}/ArcGIS/rest/services/{{service_name}}/FeatureServer/{{layer_id}}/updateFeatures
This operation updates features to the associated feature layer or table (POST only).
In the [Structures and definitions] folder you will find request to help you setting the: host
, org_id
, service_name
and layer_id
environment variables.
π API reference: updateFeatures
operation
π Geometry objects spec:Common Data Types > Geometry objects
π οΈ Community tools: or use this
geometry-playground to generate geometry objects according to our spec.
Request Body
[{"name"=>"f", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"features", "value"=>"[<FeatureObject>, <FeatureObject>, ...]", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}]