Edit timestamp
Description
Edits a timestamp of a raster layer.
Endpoint
/path/{pathId}/raster/timestamp/{timestampId}
Method
PATCH
Access Level Rules
Minimum Access Level
edit+
Processing Units
Minimum processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the raster layer to edit a timestamp for.
true
timestampId
The id of the timestamp to edit.
true
date
JSON with properties "from" and "to" of type date describing the new start and end date of the timestamp.
false
Default null.
description
A new description of the timestamp.
false
Default null.
Last updated
Was this helpful?