Markers
Create a Marker
Create a Marker in the specified dataset. To create an environment marker, use the __all__ keyword and an API key associated with the desired environment.
post/1/markers/{datasetSlug}
Request body
Example request
{
"start_time": 1471040808,
"end_time": 1668453920,
"message": "backend deploy #123",
"type": "deploy",
"url": "http://link-to-build.here"
}Response
Created
Example response
{
"start_time": 1471040808,
"end_time": 1668453920,
"message": "backend deploy #123",
"type": "deploy",
"url": "http://link-to-build.here"
}