{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands AccountTabSettings API", "version": "v2.1" }, "items": [ { "info": { "name": "AccountTabSettings", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns tab settings list for specified account", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Docusign Returns tab settings list for specified account" }, { "info": { "name": "Docusign Modifies tab settings for specified account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/tabs", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Modifies tab settings for specified account" } ] } ], "bundled": true }