For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add timestamp

Description

Adds a timestamp to a mesh layer

Endpoint

/path/{pathId}/mesh/timestamp

Method

POST

Access Level Rules

Minimum Access Level

edit+

Processing Units

Minimum processing units

2

Parameters

Name
Description
Required
Default

pathId

Id of the mesh layer to add a timestamp to.

true

date

JSON with properties "from" and "to" of type date describing the start and end date of the timestamp.

true

description

A description of the timestamp.

false

Default null.

Last updated