Edit style
Last updated
Description
Edits a point cloud style.
Endpoint
/path/{pathId}/pointCloud/style/{styleId}
Method
PATCH
Minimum Access Level
edit+
Minimum processing units
2
pathId
The id of the point cloud layer.
styleId
The id of the style.
name
The new name of the style.
false
Default null.
default
Boolean whether the style should be used as the default styling of the timestamp.
false
Default null.
method
The method of the style, should be 'v2' to use the most recent styling framework.
false
Default null.
parameters
The parameters for the visualization. See here for all possibilities.
false
Default null.
description
A description as string.
false
Default null.
Last updated