{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Markers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Markers", "type": "folder" }, "items": [ { "info": { "name": "List All Markers", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/markers/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" } ] }, "docs": "Lists all Markers for a dataset.\n" }, { "info": { "name": "Create a Marker", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/markers/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "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.\n" }, { "info": { "name": "Update a Marker", "type": "http" }, "http": { "method": "PUT", "url": "https://api.honeycomb.io/1/markers/:datasetSlug/:markerId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" }, { "name": "markerId", "value": "", "type": "path", "description": "The unique identifier (ID) of a Marker." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Marker in the specified dataset. To update an environment marker, use the `__all__` keyword and an API key associated with the desired environment.\n" }, { "info": { "name": "Delete a Marker", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.honeycomb.io/1/markers/:datasetSlug/:markerId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug or use `__all__` for endpoints that support environment-wide operations.\n" }, { "name": "markerId", "value": "", "type": "path", "description": "The unique identifier (ID) of a Marker." } ] }, "docs": "Delete a Marker" } ] } ], "bundled": true }