{ "opencollection": "1.0.0", "info": { "name": "Onboard External API Gateway auth-oauth payment-methods-users API", "version": "3.0.2" }, "items": [ { "info": { "name": "payment-methods-users", "type": "folder" }, "items": [ { "info": { "name": "update a payment method ", "type": "http" }, "http": { "method": "PUT", "url": "https://external.dev.onboardpay.co/payment-methods/channels/payment-methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the payment method" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-auth-token", "value": "{{x-auth-token}}", "placement": "header" } }, "docs": "update a payment method " } ] } ], "bundled": true }