Edit the features
Last updated
Description
Edit features of a vector layer.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/feature
Method
PATCH
Minimum Access Level
edit+ or creator of the feature
Minimum processing units
2
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp for which to edit features.
true
changes
An array of JSONs, with each JSON containing the property "featureId" and at least one of the properties "newProperties" or "newGeometry", where "featureId" is the id of the feature to edit, "newProperties" is a JSON containing the new properties of the feature and "newGeometry" is a GeoJSON geometry.
true
Last updated