{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Hook API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Hook", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List All Hooks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hooks", "params": [ { "name": "hookName", "value": "", "type": "query", "description": "filter hook by its name" }, { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A New Hook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hooks" }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Hook By Its Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hooks/:hookId", "params": [ { "name": "hookId", "value": "", "type": "path", "description": "Hook unique ID" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update A Hook", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/hooks/:hookId", "params": [ { "name": "hookId", "value": "", "type": "path", "description": "Hook unique ID" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Hook", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/hooks/:hookId", "params": [ { "name": "hookId", "value": "", "type": "path", "description": "Hook unique ID" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }