{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Locks API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Locks", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Locks A Key Value", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/locks/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to lock." }, { "name": "label", "value": "", "type": "query", "description": "The label, if any, of the key-value to lock." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Unlocks A Key Value", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/locks/:key", "headers": [ { "name": "Sync-Token", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the key-value to unlock." }, { "name": "label", "value": "", "type": "query", "description": "The label, if any, of the key-value to unlock." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to be used with the HTTP request." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }