Edit the features

Description

Edit features of a vector layer.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature

Method

PATCH

Access Level Rules

Minimum Access Level

edit+ or creator of the feature

Processing Units

Minimum processing units

2

Parameters

NameDescriptionRequiredDefault

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