Marker Settings apply to groups of similar Markers.
For example, "deploys" markers appear with the same color on a graph.
This API allows you to list, create, update, and delete Marker Settings.
The API key must have the Manage Markers permission. Learn more about API keys here.
Success
Not Found
Validation Failed
{- "type": "deploy",
- "color": "#7b1fa2"
}
{- "type": "deploy",
- "color": "#7b1fa2",
- "id": "gwAHiE5TS4j",
- "created_at": "2022-09-15T05:39:42Z",
- "updated_at": "2022-12-15T04:25:14Z"
}
[- {
- "type": "deploy",
- "color": "#7b1fa2",
- "id": "gwAHiE5TS4j",
- "created_at": "2022-09-15T05:39:42Z",
- "updated_at": "2022-12-15T04:25:14Z"
}
]
A marker setting's type
may not be changed after creation.
Success
Not Found
Validation Failed
{- "type": "deploy",
- "color": "#1fa297"
}
{- "type": "deploy",
- "color": "#1fa297",
- "id": "gwAHiE5TS4j",
- "created_at": "2022-09-15T05:39:42Z",
- "updated_at": "2022-12-20T08:10:05Z"
}