Add message to a feature

Description

Add a message to a feature.

Endpoint

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

Method

POST

Access Level Rules

Minimum Access Level

edit

Processing Units

Minimum processing units

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the 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

false

Default null.

location

Object describing your current location in wgs84 with property 'x' for the longitude and property 'y' for the latitude.

false

Default null.

Last updated