{ "opencollection": "1.0.0", "info": { "name": "OnDemand AI Chat Config API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Create a new MQTT user", "type": "http" }, "http": { "method": "POST", "url": "https://api.on-demand.io/config/v1/public/mqtt_user", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Create a new MQTT user" }, { "info": { "name": "Delete an MQTT user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.on-demand.io/config/v1/public/mqtt_user/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the MQTT user to delete" } ], "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Delete an MQTT user" } ] } ], "bundled": true }