{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Insights API", "version": "0.2.36" }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Update Insight", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/insights/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update and save an insight for an institution.\nThis endpoint updates either the 'content' or 'prev_content' field of a custom cell." } ] } ], "bundled": true }