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.
featureId
The id of the feature to add the message to.
text
A custom text message.
false
Default null.
image
An image as base64 string.
location
JSON describing your current location in wgs84 with property "x" for the longitude and property "y" for the latitude.
attachement
A file as blob
Default null
Last updated 5 months ago