{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands GroupBrands API", "version": "v2.1" }, "items": [ { "info": { "name": "GroupBrands", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets group brand ID Information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/brands", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." } ] }, "docs": "Retrieves information about the brands associated with the requested group." }, { "info": { "name": "Docusign Adds group brand ID information to a group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/brands", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds group brand ID information to a group." }, { "info": { "name": "Docusign Deletes brand information from the requested group.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/brands", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes brand information from the requested group." } ] } ], "bundled": true }