Description
Changes the attributes of a style.
Endpoint
/path/{pathId}/vector/style/{styleId}
Method
PATCH
Access Level
edit+
Processing units
2
pathId
The id of the vector layer.
true
styleId
The id of the style to be edited.
name
The new name of the style.
false
Default null.
default
Boolean indicating whether the style should become the default or non-default style.
parameters
Object containing the new parameters of the style.
method
The new method of the style. Must be one of "rules", "transitionPoints", "random", "singleColor" or "fromColorProperty".
Last updated 1 year ago