Marker Settings
Update a Marker Setting
A marker setting's type may not be changed after creation.
put/1/marker_settings/{datasetSlug}/{markerSettingId}
Request body
Example request
{
"type": "deploy",
"color": "#7b1fa2",
"id": "gwAHiE5TS4j",
"created_at": "2022-09-15T05:39:42Z",
"updated_at": "2022-12-15T04:25:14Z"
}Response
Success
Example response
{
"type": "deploy",
"color": "#7b1fa2",
"id": "gwAHiE5TS4j",
"created_at": "2022-09-15T05:39:42Z",
"updated_at": "2022-12-15T04:25:14Z"
}