{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Marker Settings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Marker Settings", "type": "folder" }, "items": [ { "info": { "name": "List all marker settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/marker_settings/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." } ] }, "docs": "Returns a list of all marker settings for the specified dataset." }, { "info": { "name": "Create a marker setting", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/marker_settings/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new marker setting that groups similar markers together with consistent visual styling." }, { "info": { "name": "Update a marker setting", "type": "http" }, "http": { "method": "PUT", "url": "https://api.honeycomb.io/1/marker_settings/:datasetSlug/:markerSettingId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "markerSettingId", "value": "", "type": "path", "description": "The unique identifier for the marker setting." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a marker setting's properties." }, { "info": { "name": "Delete a marker setting", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.honeycomb.io/1/marker_settings/:datasetSlug/:markerSettingId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "markerSettingId", "value": "", "type": "path", "description": "The unique identifier for the marker setting." } ] }, "docs": "Deletes a marker setting from the specified dataset." } ] } ], "bundled": true }