{ "opencollection": "1.0.0", "info": { "name": "Hex Cells Data Connections API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Connections", "type": "folder" }, "items": [ { "info": { "name": "GetDataConnection", "type": "http" }, "http": { "method": "GET", "url": "https://app.hex.tech/api/v1/data-connections/:dataConnectionId", "params": [ { "name": "dataConnectionId", "value": "", "type": "path" } ] } }, { "info": { "name": "EditDataConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.hex.tech/api/v1/data-connections/:dataConnectionId", "params": [ { "name": "dataConnectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ListDataConnections", "type": "http" }, "http": { "method": "GET", "url": "https://app.hex.tech/api/v1/data-connections", "params": [ { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortDirection", "value": "", "type": "query" } ] } }, { "info": { "name": "CreateDataConnection", "type": "http" }, "http": { "method": "POST", "url": "https://app.hex.tech/api/v1/data-connections", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UpdateDataConnectionSchema", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.hex.tech/api/v1/data-connections/:dataConnectionId/schema", "params": [ { "name": "dataConnectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to add or remove a status (including endorsements) from databases, schemas, and tables\nwithin a data connection\n\nThis endpoint uses atomic semantics - if any update in the batch fails validation,\nthe entire request fails and no changes are applied" } ] } ], "bundled": true }