{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Data Privacy API", "version": "v2" }, "items": [ { "info": { "name": "Data Privacy", "type": "folder" }, "items": [ { "info": { "name": "Fetch details about a masking rule.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "ruleId" } ] }, "docs": "Fetch details about a masking rule." }, { "info": { "name": "Update information about a masking rule.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "ruleId" } ] }, "docs": "Update information about a masking rule." }, { "info": { "name": "Delete a masking rule.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "ruleId" } ] }, "docs": "Delete a masking rule." }, { "info": { "name": "Retrieve the list of masking rules.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules" }, "docs": "Retrieve the list of masking rules." }, { "info": { "name": "Create a new masking rule resource.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules" }, "docs": "Create a new masking rule resource." }, { "info": { "name": "Validate masking before creating.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/dataprivacy/maskingrules/validate" }, "docs": "Validate masking before creating." } ] } ], "bundled": true }