Add message to a feature
Last updated
Description
Add a message to a feature.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/feature/{featureId}/message
Method
POST
Minimum Access Level
edit
Minimum processing units
3
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp.
true
featureId
The id of the feature to add the message to.
true
text
A custom text message.
false
Default null.
image
An image as base64 string.
false
Default null.
location
JSON describing your current location in wgs84 with property "x" for the longitude and property "y" for the latitude.
false
Default null.
attachement
A file as blob
false
Default null
Last updated