{ "opencollection": "1.0.0", "info": { "name": "Yuzu Accumulator (Experimental) Accumulator (Experimental) Group Policy API", "version": "0.5" }, "items": [ { "info": { "name": "Group Policy", "type": "folder" }, "items": [ { "info": { "name": "Renew a group policy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/groups/:groupPolicyId/renew", "params": [ { "name": "groupPolicyId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Renew a group policy" }, { "info": { "name": "Get the rules of a group policy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/groups/:groupPolicyId/rules", "params": [ { "name": "groupPolicyId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the rules of a group policy" }, { "info": { "name": "Update the rules of a group policy", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/groups/:groupPolicyId/rules", "params": [ { "name": "groupPolicyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the rules of a group policy" } ] } ], "bundled": true }