{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center Password Policy API", "version": "1.0" }, "items": [ { "info": { "name": "Password Policy", "type": "folder" }, "items": [ { "info": { "name": "Get Tenant Password Policies", "type": "http" }, "http": { "method": "GET", "url": "{server}/security/password-policies", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Tenant Password Policies" }, { "info": { "name": "Update Tenant Password Policies", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/security/password-policies", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Tenant Password Policies" } ] } ], "bundled": true }