{ "opencollection": "1.0.0", "info": { "name": "FusionAuth Api Key Integration API", "version": "1.66.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "updateIntegrationsWithId", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9011/api/integration", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the available integrations." }, { "info": { "name": "patchIntegrationsWithId", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:9011/api/integration", "body": { "type": "json", "data": "{}" } }, "docs": "Updates, via PATCH, the available integrations." } ] } ], "bundled": true }