{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Partner API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Partner", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A Specific `partner`", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.ManagementPartner/partners/:partnerId", "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "Id of the Partner" }, { "name": "api-version", "value": "", "type": "query", "description": "Supported version." } ] }, "docs": "Get the management partner using the partnerId, objectId and tenantId." }, { "info": { "name": "Microsoft Azure Create A Specific `partner`", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/providers/Microsoft.ManagementPartner/partners/:partnerId", "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "Id of the Partner" }, { "name": "api-version", "value": "", "type": "query", "description": "Supported version." } ] }, "docs": "Create a management partner for the objectId and tenantId." }, { "info": { "name": "Microsoft Azure Update A Specific `partner`", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/providers/Microsoft.ManagementPartner/partners/:partnerId", "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "Id of the Partner" }, { "name": "api-version", "value": "", "type": "query", "description": "Supported version." } ] }, "docs": "Update the management partner for the objectId and tenantId." }, { "info": { "name": "Microsoft Azure Delete A Specific `partner`", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/providers/Microsoft.ManagementPartner/partners/:partnerId", "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "Id of the Partner" }, { "name": "api-version", "value": "", "type": "query", "description": "Supported version." } ] }, "docs": "Delete the management partner for the objectId and tenantId." } ] } ], "bundled": true }