Edit style
Description
Edits a raster style.
Endpoint
/path/{pathId}/raster/style/{styleId}
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.
styleId
The id of the style.
name
The new name of the style.
false
Default null.
method
The new visualization method. Must be one of "contour", "hillShade", "vector", "rgb", "colorScale" and "index".
false
Default null.
description
A description as string.
false
Default null.
Last updated