Add message to a feature
Description | Add a message to a feature. |
Endpoint |
|
Method | POST |
Access Level Rules
Minimum Access Level | edit |
Processing Units
Minimum processing units | 3 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the vector layer. | true | |
| The id of the vector timestamp. | true | |
| The id of the feature to add the message to. | true | |
| A custom text message. | false | Default null. |
| An image as base64 string. | false | Default null. |
| JSON describing your current location in wgs84 with property "x" for the longitude and property "y" for the latitude. | false | Default null. |
Last updated