Edit the features
Description | Edit features of a vector layer. |
Endpoint |
|
Method | PATCH |
Access Level Rules
Minimum Access Level | edit+ or creator of the feature |
Processing Units
Minimum processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the vector layer. | true | |
| The id of the vector timestamp for which to edit features. | true | |
| 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