{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands AccountPasswordRules API", "version": "v2.1" }, "items": [ { "info": { "name": "AccountPasswordRules", "type": "folder" }, "items": [ { "info": { "name": "Docusign Get the password rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/password_rules", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ] }, "docs": "Docusign Get the password rules" }, { "info": { "name": "Docusign Update the password rules", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/settings/password_rules", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Docusign Update the password rules" }, { "info": { "name": "Docusign Get membership account password rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/current_user/password_rules" }, "docs": "Docusign Get membership account password rules" } ] } ], "bundled": true }