{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Compliance Framework API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Compliance Framework", "type": "folder" }, "items": [ { "info": { "name": "List Compliance Frameworks", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/compliance_frameworks", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.attribute.v1.Attributes.ListComplianceFrameworks method." }, { "info": { "name": "Create Compliance Framework Attribute Value", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/compliance_frameworks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a compliance framework value." }, { "info": { "name": "Get Compliance Framework Attribute Value", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/compliance_frameworks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an attribute value by id." }, { "info": { "name": "Delete Compliance Framework Attribute Value", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/compliance_frameworks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an attribute value by id." } ] } ], "bundled": true }