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

3

Parameters

NameDescriptionRequiredDefault

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.

Last updated