{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Relationship API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Relationship", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Atlas Relationship", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/atlas/v2/relationship" }, "docs": "Create a new relationship between entities." }, { "info": { "name": "Microsoft Azure Put Atlas Relationship", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/atlas/v2/relationship" }, "docs": "Update an existing relationship between entities." }, { "info": { "name": "Microsoft Azure Get Atlas Relationship Guid Guid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/atlas/v2/relationship/guid/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "The globally unique identifier of the relationship." }, { "name": "extendedInfo", "value": "", "type": "query", "description": "Limits whether includes extended information." } ] }, "docs": "Get relationship information between entities by its GUID." }, { "info": { "name": "Microsoft Azure Delete Atlas Relationship Guid Guid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/atlas/v2/relationship/guid/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "The globally unique identifier of the relationship." } ] }, "docs": "Delete a relationship between entities by its GUID." } ] } ], "bundled": true }